gnugrep: fix eval on windows (#344164)

This commit is contained in:
Masum Reza
2024-09-24 17:14:03 +05:30
committed by GitHub
+1 -1
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