forked from mirrors/nixpkgs
haskell-pipes: jailbreak to fix build with conduit
This commit is contained in:
parent
51f31fd632
commit
0be4d04420
|
@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
|
|||
testDepends = [
|
||||
mtl QuickCheck testFramework testFrameworkQuickcheck2 transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "Compositional pipelines";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue