bitwarden-cli: fix build by pinning python to 3.11
This commit is contained in:
parent
feb2849fde
commit
82a26ab2e5
@ -3,7 +3,7 @@
|
||||
, buildNpmPackage
|
||||
, nodejs_20
|
||||
, fetchFromGitHub
|
||||
, python3
|
||||
, python311
|
||||
, darwin
|
||||
, nixosTests
|
||||
, xcbuild
|
||||
@ -25,7 +25,7 @@ buildNpmPackage rec {
|
||||
npmDepsHash = "sha256-rwzyKaCW3LAOqw6BEu8DLS0Ad5hB6cH1OnjWzbSEgVI=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
python3
|
||||
python311
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
darwin.cctools
|
||||
xcbuild.xcrun
|
||||
|
Loading…
Reference in New Issue
Block a user