mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
diffutils: enable strictDeps
This commit is contained in:
@@ -42,6 +42,8 @@ stdenv.mkDerivation rec {
|
||||
# If no explicit coreutils is given, use the one from stdenv.
|
||||
buildInputs = [ coreutils ];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
# Disable stack-related gnulib tests on x86_64-darwin because they have problems running under
|
||||
# Rosetta 2: test-c-stack hangs, test-sigsegv-catch-stackoverflow and test-sigaction fail.
|
||||
# Disable all gnulib tests when building on Darwin due to test-nl_langinfo-mt failure
|
||||
|
||||
Reference in New Issue
Block a user