1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-pipes-http: jailbreak to fix build with latest http-client library

This commit is contained in:
Peter Simons 2014-09-12 10:56:16 +02:00
parent e9619ed236
commit b7db46f0e0

View file

@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
version = "1.0.1";
sha256 = "15jmhf6lgqxv9zn08dky8biiv8cp4s3vf0xmp78pbllaqkvm4z9w";
buildDepends = [ httpClient httpClientTls pipes ];
jailbreak = true;
meta = {
description = "HTTP client with pipes interface";
license = self.stdenv.lib.licenses.bsd3;