stdenv-linux: Disable use of allowedRequisites
Sadly, it breaks stdenv adapters like overrideGCC and useGoldLinker.
This commit is contained in:
parent
d9fbcd12ce
commit
b891f05a6a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user