mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 14:53:52 +00:00
mongodb: Use scons 4
This commit is contained in:
parent
8f9789aa7f
commit
f29d66a77f
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user