summaryrefslogtreecommitdiff
path: root/pkgs/tools/text/patchutils/default.nix
AgeCommit message (Collapse)Author
2026-01-12pkgsMusl.patchutils: fix buildYureka
Upstream has addressed this in release 0.4.3 and later with commit dc88e96 "Integrate gnulib properly". Since these versions of patchutils need to stay around for fetchpatch / fetchpatch2 Fixed-Output Derivations, we'll need to carry these patches.
2024-12-10treewide: format all inactive Nix filesSilvan Mosberger
After final improvements to the official formatter implementation, this commit now performs the first treewide reformat of Nix files using it. This is part of the implementation of RFC 166. Only "inactive" files are reformatted, meaning only files that aren't being touched by any PR with activity in the past 2 months. This is to avoid conflicts for PRs that might soon be merged. Later we can do a full treewide reformat to get the rest, which should not cause as many conflicts. A CI check has already been running for some time to ensure that new and already-formatted files are formatted, so the files being reformatted here should also stay formatted. This commit was automatically created and can be verified using nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \ --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7 result/bin/apply-formatting $NIXPKGS_PATH
2019-08-28treewide: remove redundant recvolth
2019-04-14patchutils: rename 0.3.4 to defaultBob van der Linden
2019-04-13patchutils: generalize packageBob van der Linden
2018-04-25tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski
trivial part)
2017-04-23Revert "patchutils: 0.3.3 -> 0.3.4"Tuomas Tynkkynen
This reverts commit d550c9071206013cb90ee9317080db82e286f69b. This changes the output of filterpatch thus affects hashes of any fetchpatch calls in nixpkgs: https://github.com/NixOS/nixpkgs/issues/25154
2017-04-23Revert "patchutils: Drop patch applied upstream"Tuomas Tynkkynen
This reverts commit 1e1b68b4a02f7e671b8e56d841b4c0962e5d6be9.
2017-04-11patchutils: Drop patch applied upstreamTuomas Tynkkynen
2017-04-11patchutils: 0.3.3 -> 0.3.4Tuomas Tynkkynen
2016-03-05Use general hardening flag toggle listsFranz Pletz
The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
2016-02-07patchutils: turn off format hardeningRobin Gloster
2014-05-17Merge #2630: add and use fetchpatchVladimír Čunát
fetchpatch is fetchurl that determinizes the patch. Some parts of generated patches change from time to time, e.g. see #1983 and http://comments.gmane.org/gmane.linux.distributions.nixos/12815 Using fetchpatch should prevent the hash from changing. Conflicts (auto-solved): pkgs/development/libraries/haskell/gitit/default.nix
2014-05-08patchutils: Update to new upstream version 0.3.3.aszlig
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2010-07-28* Get rid of many instances of "args: with args;", and other codingEelco Dolstra
guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
2008-07-18added patchutilsMarc Weber
svn path=/nixpkgs/trunk/; revision=12387