Loading pkgs/servers/nosql/mongodb/mongodb.nix +2 −6 Original line number Diff line number Diff line { lib , stdenv , fetchurl , scons_3_1_2 , scons , boost , gperftools , pcre-cpp Loading Loading @@ -44,8 +44,6 @@ let pymongo ]); scons = scons_3_1_2; mozjsVersion = "60"; mozjsReplace = "defined(HAVE___SINCOS)"; Loading @@ -58,8 +56,6 @@ let setuptools ]); scons = scons_3_1_2; mozjsVersion = "60"; mozjsReplace = "defined(HAVE___SINCOS)"; Loading Loading @@ -87,7 +83,7 @@ in stdenv.mkDerivation rec { inherit sha256; }; nativeBuildInputs = [ variants.scons ] nativeBuildInputs = [ scons ] ++ lib.optionals (versionAtLeast version "4.4") [ xz ]; buildInputs = [ Loading Loading
pkgs/servers/nosql/mongodb/mongodb.nix +2 −6 Original line number Diff line number Diff line { lib , stdenv , fetchurl , scons_3_1_2 , scons , boost , gperftools , pcre-cpp Loading Loading @@ -44,8 +44,6 @@ let pymongo ]); scons = scons_3_1_2; mozjsVersion = "60"; mozjsReplace = "defined(HAVE___SINCOS)"; Loading @@ -58,8 +56,6 @@ let setuptools ]); scons = scons_3_1_2; mozjsVersion = "60"; mozjsReplace = "defined(HAVE___SINCOS)"; Loading Loading @@ -87,7 +83,7 @@ in stdenv.mkDerivation rec { inherit sha256; }; nativeBuildInputs = [ variants.scons ] nativeBuildInputs = [ scons ] ++ lib.optionals (versionAtLeast version "4.4") [ xz ]; buildInputs = [ Loading