mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-http-streams: jailbreak to fix build with current openssl-streams
This commit is contained in:
parent
377a1094cc
commit
5d3bddf6ca
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ cabal.mkDerivation (self: {
|
|||
unorderedContainers
|
||||
];
|
||||
doCheck = false;
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://research.operationaldynamics.com/projects/http-streams/";
|
||||
description = "An HTTP client using io-streams";
|
||||
|
|
Loading…
Reference in a new issue