coreutils: make autoreconfHook dependency conditional
This commit is contained in:
parent
d0e553dafe
commit
4cb9ec8a1e
@ -99,13 +99,12 @@ stdenv.mkDerivation rec {
|
||||
separateDebugInfo = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
# autoreconfHook is due to patch, normally only needed for cygwin
|
||||
autoreconfHook
|
||||
perl
|
||||
xz.bin
|
||||
]
|
||||
++ optionals stdenv.hostPlatform.isCygwin [
|
||||
# due to patch
|
||||
autoreconfHook
|
||||
texinfo
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user