mongodb: Use scons 4

This commit is contained in:
Will Fancher
2024-02-10 13:28:36 -05:00
parent 8f9789aa7f
commit f29d66a77f
+2 -6
View File
@@ -1,7 +1,7 @@
{ lib
, stdenv
, fetchurl
, scons_3_1_2
, scons
, boost
, gperftools
, pcre-cpp
@@ -44,8 +44,6 @@ let
pymongo
]);
scons = scons_3_1_2;
mozjsVersion = "60";
mozjsReplace = "defined(HAVE___SINCOS)";
@@ -58,8 +56,6 @@ let
setuptools
]);
scons = scons_3_1_2;
mozjsVersion = "60";
mozjsReplace = "defined(HAVE___SINCOS)";
@@ -87,7 +83,7 @@ in stdenv.mkDerivation rec {
inherit sha256;
};
nativeBuildInputs = [ variants.scons ]
nativeBuildInputs = [ scons ]
++ lib.optionals (versionAtLeast version "4.4") [ xz ];
buildInputs = [