From c1b74a6831fe46c9a52e3265e7c328c5f61e9d5f Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 14 Jun 2026 05:45:41 +0000 Subject: [PATCH] gnupatch: enable strictDeps part of . the output is bit-for-bit identical before and after this change (tested both x86_64-linux `pkgs.gnupatch` and `pkgsMusl.gnupatch`). --- pkgs/tools/text/gnupatch/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/text/gnupatch/default.nix b/pkgs/tools/text/gnupatch/default.nix index 99a801c4cc8e..68ebbedfbc23 100644 --- a/pkgs/tools/text/gnupatch/default.nix +++ b/pkgs/tools/text/gnupatch/default.nix @@ -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";