summaryrefslogtreecommitdiff
path: root/pkgs/tools/text/patchutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* pkgsMusl.patchutils: fix build•••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. Yureka2026-01-124-2/+58
* treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Ihar Hrachyshka2025-12-101-4/+4
* patchutils_0_4_2: use upstream's test fixAlyssa Ross2025-09-093-39/+37
* treewide: run nixfmt 1.0.0Wolfgang Walther2025-07-241-9/+8
* treewide: format all inactive Nix files•••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 Silvan Mosberger2024-12-104-29/+48
* pkgsMusl.patchutils_0_4_2: fix buildAlyssa Ross2024-04-252-0/+39
* Revert "patchutils: add man pages"Emily Trau2023-12-021-5/+0
* patchutils: add man pagesProfpatsch2023-11-291-0/+5
* patchutils: disable parallel buildFliegendeWurst2022-02-021-0/+3
* patchutils: add 0.4.2 variant + remove meta.executable + enable tests + fix i...Artturi2021-10-252-7/+29
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* Merge staging-next into stagingFrederik Rietdijk2019-08-311-1/+2
|\
| * patchutils: add perl to buildInputs•••This was silently producing perl scripts with empty shebang lines, breaking a bunch of the binaries. edef2019-08-311-1/+2
* | treewide: remove redundant recvolth2019-08-282-2/+2
|/
* patchutils: rename 0.3.4 to defaultBob van der Linden2019-04-141-0/+0
* patchutils: add version 0.3.4Bob van der Linden2019-04-131-0/+6
* patchutils: generalize packageBob van der Linden2019-04-132-7/+15
* tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the trivial...Jan Malakhovski2018-04-251-0/+2
* Revert "patchutils: 0.3.3 -> 0.3.4"•••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 Tuomas Tynkkynen2017-04-231-2/+2
* Revert "patchutils: Drop patch applied upstream"•••This reverts commit 1e1b68b4a02f7e671b8e56d841b4c0962e5d6be9. Tuomas Tynkkynen2017-04-232-0/+86
* patchutils: Drop patch applied upstreamTuomas Tynkkynen2017-04-112-86/+0
* patchutils: 0.3.3 -> 0.3.4Tuomas Tynkkynen2017-04-111-2/+2
* Use general hardening flag toggle lists•••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 Franz Pletz2016-03-051-1/+1
* patchutils: turn off format hardeningRobin Gloster2016-02-071-0/+2
* Merge #2630: add and use fetchpatch•••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 Vladimír Čunát2014-05-172-2/+89
* patchutils: Update to new upstream version 0.3.3.•••Signed-off-by: aszlig <aszlig@redmoonstudios.org> aszlig2014-05-081-5/+5
* * Get rid of many instances of "args: with args;", and other coding••• guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782 Eelco Dolstra2010-07-281-12/+10
* added patchutils•••svn path=/nixpkgs/trunk/; revision=12387 Marc Weber2008-07-181-0/+21