gnupatch: enable strictDeps

part of <https://github.com/NixOS/nixpkgs/issues/178468>.

the output is bit-for-bit identical before and after this change
(tested both x86_64-linux `pkgs.gnupatch` and `pkgsMusl.gnupatch`).
This commit is contained in:
Colin 2026-06-14 05:45:41 +00:00
commit c1b74a6831

View file

@ -29,6 +29,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";