From b891f05a6a650a0560319ba9ff3f3e708d529120 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 6 Oct 2014 20:13:29 +0200 Subject: stdenv-linux: Disable use of allowedRequisites Sadly, it breaks stdenv adapters like overrideGCC and useGoldLinker. --- pkgs/stdenv/linux/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/stdenv/linux') diff --git a/pkgs/stdenv/linux/default.nix b/pkgs/stdenv/linux/default.nix index f6e610721aee..034f50f53954 100644 --- a/pkgs/stdenv/linux/default.nix +++ b/pkgs/stdenv/linux/default.nix @@ -284,10 +284,12 @@ rec { shellPackage = stage4.pkgs.bash; }; + /* allowedRequisites = with stage4.pkgs; [ gzip bzip2 xz bash binutils coreutils diffutils findutils gawk glibc gnumake gnused gnutar gnugrep gnupatch patchelf attr acl paxctl zlib pcre linuxHeaders ed gcc gcc.gcc libsigsegv ]; + */ overrides = pkgs: { inherit gcc; -- cgit 1.4.1