gnugrep: fix eval on windows

This commit is contained in:
Jörg Thalheim 2024-09-24 10:58:41 +02:00
parent fc1402425f
commit 88ae0a7191

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation {
outputs = [ "out" "info" ]; # the man pages are rather small
nativeBuildInputs = [ updateAutotoolsGnuConfigScriptsHook ];
buildInputs = [ pcre2 libiconv runtimeShellPackage ];
buildInputs = [ pcre2 libiconv ] ++ lib.optional (!stdenv.hostPlatform.isWindows) runtimeShellPackage;
# cygwin: FAIL: multibyte-white-space
# freebsd: FAIL mb-non-UTF8-performance