hedgedoc: pin python311

This commit is contained in:
Martin Weinelt 2024-07-05 02:07:09 +02:00
parent 30cfd4445f
commit 8e0ad10902
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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 = [