gnugrep: enable strictDeps

This commit is contained in:
Stefan Frijters
2026-08-03 01:10:42 +02:00
parent 55bef4e745
commit 5d290f6ac1

View File

@@ -63,6 +63,8 @@ stdenv.mkDerivation {
]
++ lib.optional (!stdenv.hostPlatform.isWindows) runtimeShellPackage;
strictDeps = true;
# cygwin: FAIL: multibyte-white-space
# freebsd: FAIL mb-non-UTF8-performance
# x86_64-darwin: fails 'stack-overflow' tests on Rosetta 2 emulator