mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
gnugrep: enable strictDeps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user