summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLuc Tielen <luc.tielen@kabisa.nl>2019-09-16 14:30:25 +0200
committerPeter Simons <simons@cryp.to>2019-09-18 19:36:58 +0200
commit6a6b39b73f508c406612db46a302aa8c7738ef2b (patch)
tree19130ebaf73d7ca42b514a3e0f14f33ffb63c420 /pkgs
parent230565a8593194cbcffa780f4521398eaa57925a (diff)
downloadnixpkgs-6a6b39b73f508c406612db46a302aa8c7738ef2b.tar
nixpkgs-6a6b39b73f508c406612db46a302aa8c7738ef2b.tar.gz
nixpkgs-6a6b39b73f508c406612db46a302aa8c7738ef2b.tar.bz2
nixpkgs-6a6b39b73f508c406612db46a302aa8c7738ef2b.tar.lz
nixpkgs-6a6b39b73f508c406612db46a302aa8c7738ef2b.tar.xz
nixpkgs-6a6b39b73f508c406612db46a302aa8c7738ef2b.tar.zst
nixpkgs-6a6b39b73f508c406612db46a302aa8c7738ef2b.zip
haskell.packages.ghc881.vector-th-unbox: fix build
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 1f7bcc6e95e..952c836d678 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -70,7 +70,7 @@ self: super: {
       sha256 = "1p1pinca33vd10iy7hl20c1fc99vharcgcai6z3ngqbq50k2pd3q";
     };
   };
-  vector-th-unbox = appendPatch super.vector-th-unbox (pkgs.fetchpatch {
+  vector-th-unbox = appendPatch (doJailbreak super.vector-th-unbox) (pkgs.fetchpatch {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/vector-th-unbox-0.2.1.6.patch";
     sha256 = "0169yf9ms1g5mmkc5l6hpffzm34zdrqdng4df02nbdmfgba45h19";
   });