gnupatch: enable strictDeps (#531562)
This commit is contained in:
@@ -31,6 +31,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
doCheck = stdenv.hostPlatform.libc != "musl";
|
||||
nativeCheckInputs = [ ed ];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
meta = {
|
||||
description = "GNU Patch, a program to apply differences to files";
|
||||
mainProgram = "patch";
|
||||
|
||||
Reference in New Issue
Block a user