stdenv: linux: cleanup a bit

This commit is contained in:
Jan Malakhovski 2018-09-04 22:03:51 +00:00
parent 033ed93da2
commit 7931d455a4

View File

@ -343,8 +343,8 @@ in
# Mainly avoid reference to bootstrap tools # Mainly avoid reference to bootstrap tools
allowedRequisites = with prevStage; with lib; allowedRequisites = with prevStage; with lib;
# Simple executable tools # Simple executable tools
concatMap (p: [ (getBin p) (getLib p) ]) concatMap (p: [ (getBin p) (getLib p) ]) [
[ gzip bzip2 xz bash binutils.bintools coreutils diffutils findutils gzip bzip2 xz bash binutils.bintools coreutils diffutils findutils
gawk gnumake gnused gnutar gnugrep gnupatch patchelf ed paxctl gawk gnumake gnused gnutar gnugrep gnupatch patchelf ed paxctl
] ]
# Library dependencies # Library dependencies