summary refs log tree commit diff
path: root/pkgs/build-support/fetchpatch
diff options
context:
space:
mode:
authorJoel Taylor <me@joelt.io>2015-02-22 17:31:28 -0800
committerJoel Taylor <me@joelt.io>2015-02-22 17:33:10 -0800
commit8bfa1a2efcd58ef002e44266a105e07324fc9686 (patch)
treeadc5330b8e28cbc84139164a0061c31c86b736e5 /pkgs/build-support/fetchpatch
parentcda356a8f899a712a0d3cb8810a36175a0129b20 (diff)
downloadnixpkgs-8bfa1a2efcd58ef002e44266a105e07324fc9686.tar
nixpkgs-8bfa1a2efcd58ef002e44266a105e07324fc9686.tar.gz
nixpkgs-8bfa1a2efcd58ef002e44266a105e07324fc9686.tar.bz2
nixpkgs-8bfa1a2efcd58ef002e44266a105e07324fc9686.tar.lz
nixpkgs-8bfa1a2efcd58ef002e44266a105e07324fc9686.tar.xz
nixpkgs-8bfa1a2efcd58ef002e44266a105e07324fc9686.tar.zst
nixpkgs-8bfa1a2efcd58ef002e44266a105e07324fc9686.zip
Patches for a lot of packages for GHC 7.10
Diffstat (limited to 'pkgs/build-support/fetchpatch')
-rw-r--r--pkgs/build-support/fetchpatch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/fetchpatch/default.nix b/pkgs/build-support/fetchpatch/default.nix
index 768d173934d..29ff5c31e45 100644
--- a/pkgs/build-support/fetchpatch/default.nix
+++ b/pkgs/build-support/fetchpatch/default.nix
@@ -19,4 +19,4 @@ fetchurl ({
         --clean "$out" > "$tmpfile"
     mv "$tmpfile" "$out"
   '';
-} // args)
+} // builtins.removeAttrs args ["stripLen"])