Merge pull request #326311 from gepbird/bitwarden-cli-fix-build

bitwarden-cli: fix build by pinning python to 3.11
This commit is contained in:
Marcus Ramberg
2024-07-12 09:45:34 +02:00
committed by GitHub
+2 -2
View File
@@ -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