stdenv: linux: cleanup a bit
This commit is contained in:
parent
033ed93da2
commit
7931d455a4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user