summary refs log tree commit diff
path: root/pkgs/build-support/fetchpatch
Commit message (Collapse)AuthorAge
* fetchpatch: Allow to pass a postFetch attribute.aszlig2015-06-23
| | | | | | | | | | Comes in handy if we want to make additional modificiations to the output file. While I wasn't sure whether to invoke the passed postFetch directly before the patch or afterwards, I thought it would be better afterwards because "postFetch of fetchpatch" at least to my intuition would sound that after whatever "fetchpatch" does - it comes afterwards. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Patches for a lot of packages for GHC 7.10Joel Taylor2015-02-22
|
* Merge #2630: add and use fetchpatchVladimír Čunát2014-05-17
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