about summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-06-22 20:03:10 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-06-22 20:03:10 -0700
commit1e581561597866985effbbef5ae0f6dff25b3e90 (patch)
tree9067dc702f8e0f4d621cd645b708bf5400412816 /pkgs/build-support
parent7f9a4957eec02bf979e9505d8733246c53aa7cc2 (diff)
parent7143f34970dbf642c103f76c6387e6c6301d27b5 (diff)
downloadnixlib-1e581561597866985effbbef5ae0f6dff25b3e90.tar
nixlib-1e581561597866985effbbef5ae0f6dff25b3e90.tar.gz
nixlib-1e581561597866985effbbef5ae0f6dff25b3e90.tar.bz2
nixlib-1e581561597866985effbbef5ae0f6dff25b3e90.tar.lz
nixlib-1e581561597866985effbbef5ae0f6dff25b3e90.tar.xz
nixlib-1e581561597866985effbbef5ae0f6dff25b3e90.tar.zst
nixlib-1e581561597866985effbbef5ae0f6dff25b3e90.zip
Merge branch 'master.upstream' into staging.upstream
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/fetchpatch/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/build-support/fetchpatch/default.nix b/pkgs/build-support/fetchpatch/default.nix
index 29ff5c31e45e..60785f42b543 100644
--- a/pkgs/build-support/fetchpatch/default.nix
+++ b/pkgs/build-support/fetchpatch/default.nix
@@ -18,5 +18,6 @@ fetchurl ({
         --strip=${toString stripLen} \
         --clean "$out" > "$tmpfile"
     mv "$tmpfile" "$out"
+    ${args.postFetch or ""}
   '';
 } // builtins.removeAttrs args ["stripLen"])