about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorVaibhav Sagar <vaibhav.sagar@obsidian.systems>2019-08-28 17:45:27 -0400
committerPeter Simons <simons@cryp.to>2019-09-03 09:23:28 +0200
commit93dd24aa6ab67e9c4dc7e65baf8386264c7fc7e6 (patch)
tree31fd6f24006fab9a423328043a7241457f20d0d2 /pkgs/development/haskell-modules
parent383e3f5f43f29c90023ac1af69c1dede4daf842c (diff)
downloadnixlib-93dd24aa6ab67e9c4dc7e65baf8386264c7fc7e6.tar
nixlib-93dd24aa6ab67e9c4dc7e65baf8386264c7fc7e6.tar.gz
nixlib-93dd24aa6ab67e9c4dc7e65baf8386264c7fc7e6.tar.bz2
nixlib-93dd24aa6ab67e9c4dc7e65baf8386264c7fc7e6.tar.lz
nixlib-93dd24aa6ab67e9c4dc7e65baf8386264c7fc7e6.tar.xz
nixlib-93dd24aa6ab67e9c4dc7e65baf8386264c7fc7e6.tar.zst
nixlib-93dd24aa6ab67e9c4dc7e65baf8386264c7fc7e6.zip
haskell.packages.ghc881.attoparsec: fix build
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 2fd241c41837..2894d758d3c5 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -132,7 +132,7 @@ self: super: {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/regex-tdfa-1.2.3.1.patch";
     sha256 = "1lhas4s2ms666prb475gaw2bqw1v4y8cxi66sy20j727sx7ppjs7";
   });
-  attoparsec = appendPatch super.attoparsec (pkgs.fetchpatch {
+  attoparsec = appendPatch (doJailbreak super.attoparsec) (pkgs.fetchpatch {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/attoparsec-0.13.2.2.patch";
     sha256 = "13i1p5g0xzxnv966nlyb77mfmxvg9jzbym1d36h1ajn045yf4igl";
   });