coreutils: make autoreconfHook dependency conditional

This commit is contained in:
Audrey Dutcher 2024-05-18 00:15:01 -07:00 committed by Alyssa Ross
parent d0e553dafe
commit 4cb9ec8a1e

View File

@ -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
];