Merge pull request #30063 from copumpkin/fetchpatch-fix
fetchpatch: allow callers to specify postFetch sensibly
This commit is contained in:
commit
acedcc9a83
@ -27,4 +27,4 @@ fetchurl ({
|
||||
"$tmpfile" > "$out"
|
||||
${args.postFetch or ""}
|
||||
'';
|
||||
} // builtins.removeAttrs args ["stripLen" "addPrefixes" "excludes"])
|
||||
} // builtins.removeAttrs args ["stripLen" "addPrefixes" "excludes" "postFetch"])
|
||||
|
Loading…
Reference in New Issue
Block a user