mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
a18d24ff2b
commit
c1b74a6831
1 changed files with 2 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue