Commit f29d66a7 authored by Will Fancher's avatar Will Fancher
Browse files

mongodb: Use scons 4

parent 8f9789aa
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
{ 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 = [