Skip to content

Commit

Permalink
Merge pull request NixOS#30063 from copumpkin/fetchpatch-fix
Browse files Browse the repository at this point in the history
fetchpatch: allow callers to specify postFetch sensibly
  • Loading branch information
copumpkin authored Oct 4, 2017
2 parents d6f7e2f + dd8a42a commit acedcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/fetchpatch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ fetchurl ({
"$tmpfile" > "$out"
${args.postFetch or ""}
'';
} // builtins.removeAttrs args ["stripLen" "addPrefixes" "excludes"])
} // builtins.removeAttrs args ["stripLen" "addPrefixes" "excludes" "postFetch"])

0 comments on commit acedcc9

Please sign in to comment.