gnupatch: enable strictDeps (#531562)

This commit is contained in:
Michael Daniels
2026-06-14 16:26:18 +00:00
committed by GitHub
+2
View File
@@ -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";