stdenv-linux: Turn allowedRequisites back on

This commit is contained in:
Eelco Dolstra
2014-10-06 22:11:05 +02:00
parent a1d9c56389
commit 14d6454b9a
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -284,12 +284,10 @@ 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;