stdenv-linux: Disable use of allowedRequisites

Sadly, it breaks stdenv adapters like overrideGCC and useGoldLinker.
This commit is contained in:
Eelco Dolstra 2014-10-06 20:13:29 +02:00
parent d9fbcd12ce
commit b891f05a6a

View File

@ -284,10 +284,12 @@ rec {
shellPackage = stage4.pkgs.bash; shellPackage = stage4.pkgs.bash;
}; };
/*
allowedRequisites = with stage4.pkgs; allowedRequisites = with stage4.pkgs;
[ gzip bzip2 xz bash binutils coreutils diffutils findutils gawk [ gzip bzip2 xz bash binutils coreutils diffutils findutils gawk
glibc gnumake gnused gnutar gnugrep gnupatch patchelf attr acl glibc gnumake gnused gnutar gnugrep gnupatch patchelf attr acl
paxctl zlib pcre linuxHeaders ed gcc gcc.gcc libsigsegv ]; paxctl zlib pcre linuxHeaders ed gcc gcc.gcc libsigsegv ];
*/
overrides = pkgs: { overrides = pkgs: {
inherit gcc; inherit gcc;