coreutils: make autoreconfHook dependency conditional

This commit is contained in:
Audrey Dutcher
2024-05-20 19:18:29 +02:00
committed by Alyssa Ross
parent d0e553dafe
commit 4cb9ec8a1e
+1 -2
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
];