summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuc Tielen <luc.tielen@kabisa.nl>2019-09-16 16:02:56 +0200
committerPeter Simons <simons@cryp.to>2019-09-18 19:36:58 +0200
commitde404e0976518bde60b7cb67e60af794f0124c3f (patch)
treeb5562fa1a603ae0edb92edeb2b894501878c6c3a
parent6a6b39b73f508c406612db46a302aa8c7738ef2b (diff)
downloadnixpkgs-de404e0976518bde60b7cb67e60af794f0124c3f.tar
nixpkgs-de404e0976518bde60b7cb67e60af794f0124c3f.tar.gz
nixpkgs-de404e0976518bde60b7cb67e60af794f0124c3f.tar.bz2
nixpkgs-de404e0976518bde60b7cb67e60af794f0124c3f.tar.lz
nixpkgs-de404e0976518bde60b7cb67e60af794f0124c3f.tar.xz
nixpkgs-de404e0976518bde60b7cb67e60af794f0124c3f.tar.zst
nixpkgs-de404e0976518bde60b7cb67e60af794f0124c3f.zip
haskell.packages.ghc881.socks: fix issue with base dependency version
-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 952c836d678..a930098e91d 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -115,7 +115,7 @@ self: super: {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/shakespeare-2.0.20.patch";
     sha256 = "1dgx41ylahj4wk8r422aik0d7qdpawdga4gqz905nvlnhqjla58y";
   });
-  socks = appendPatch super.socks (pkgs.fetchpatch {
+  socks = appendPatch (doJailbreak super.socks) (pkgs.fetchpatch {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/socks-0.6.0.patch";
     sha256 = "1dsqmx0sw62x4glh43c0sbizd2y00v5xybiqadn96v6pmfrap5cp";
   });