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
commit 103e151e4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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