mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
hedgedoc: pin python311
This commit is contained in:
parent
30cfd4445f
commit
8e0ad10902
@ -6,7 +6,7 @@
|
||||
, yarn
|
||||
, makeBinaryWrapper
|
||||
, nodejs
|
||||
, python3
|
||||
, python311
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
@ -52,7 +52,7 @@ in stdenv.mkDerivation {
|
||||
nativeBuildInputs = [
|
||||
makeBinaryWrapper
|
||||
yarn
|
||||
python3 # needed for sqlite node-gyp
|
||||
python311 # needed for sqlite node-gyp
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user