Merge pull request #30063 from copumpkin/fetchpatch-fix

fetchpatch: allow callers to specify postFetch sensibly
This commit is contained in:
Daniel Peebles 2017-10-03 21:41:01 -04:00 committed by GitHub
commit acedcc9a83

View file

@ -27,4 +27,4 @@ fetchurl ({
"$tmpfile" > "$out"
${args.postFetch or ""}
'';
} // builtins.removeAttrs args ["stripLen" "addPrefixes" "excludes"])
} // builtins.removeAttrs args ["stripLen" "addPrefixes" "excludes" "postFetch"])