mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
haskell-zlib: jailbreak version 0.5.3.3 to fix build with GHC 7.6.1
This commit is contained in:
parent
5bde8b0985
commit
249ff424a9
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
||||
version = "0.5.3.3";
|
||||
sha256 = "1hrq34w9y8m7nahvrdpnkh9rdb4jycpcpv9ix6qrxijvbz2vdbg2";
|
||||
extraLibraries = [ zlib ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "Compression and decompression in the gzip and zlib formats";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user