bitwarden-cli: fix build by pinning python to 3.11

This commit is contained in:
Gutyina Gergő 2024-07-11 14:54:20 +02:00
parent feb2849fde
commit 82a26ab2e5
No known key found for this signature in database

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