mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
thelounge: unpin python311
This commit is contained in:
parent
167c2e876a
commit
57bb546750
1 changed files with 3 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
nodejs,
|
||||
yarn,
|
||||
fixup-yarn-lock,
|
||||
python311,
|
||||
python3,
|
||||
npmHooks,
|
||||
cctools,
|
||||
sqlite,
|
||||
|
@ -39,13 +39,12 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
hash = "sha256-csVrgsEy9HjSBXxtgNG0hcBrR9COlcadhMQrw6BWPc4=";
|
||||
};
|
||||
|
||||
# Distutils was deprecated in 3.10, and removed in 3.12. This build needs it. An alternative could be adding
|
||||
# setuptools, but testing with that and 3.12 still fails.
|
||||
nativeBuildInputs = [
|
||||
nodejs
|
||||
yarn
|
||||
fixup-yarn-lock
|
||||
python311
|
||||
python3
|
||||
python3.pkgs.distutils
|
||||
npmHooks.npmInstallHook
|
||||
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ cctools ];
|
||||
buildInputs = [ sqlite ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue