diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 811b50e589a5..dbe03299b7c2 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -101,7 +101,7 @@ let pkgs = rec { }; }); isDietLibC = true; - }; + } // {inherit fetchurl;}; # Return a modified stdenv that tries to build statically linked # binaries. @@ -114,7 +114,7 @@ let pkgs = rec { + " --disable-shared"; # brrr... }); isStatic = true; - }; + } // {inherit fetchurl;}; # Applying this to an attribute set will cause nix-env to look # inside the set for derivations.