mongodb: fix stale scons override

This commit is contained in:
Martin Weinelt
2024-07-25 03:11:29 +02:00
parent 94c17d2caa
commit a9d2968bc7
+2 -2
View File
@@ -13,7 +13,7 @@
, openldap
, openssl
, libpcap
, python311
, python311Packages
, curl
, Security
, CoreFoundation
@@ -33,7 +33,7 @@ with lib;
}:
let
scons = buildPackages.scons.override{ python3 = python311; };
scons = buildPackages.scons.override{ python3Packages = python311Packages; };
python = scons.python.withPackages (ps: with ps; [
pyyaml
cheetah3