haskell-pipes-shell: jailbreak to fix build with latest version of 'text'

This commit is contained in:
Peter Simons 2014-11-01 17:01:50 +01:00
parent a067fa13f2
commit 171c2a26c2

View file

@ -15,6 +15,7 @@ cabal.mkDerivation (self: {
async hspec pipes pipesBytestring pipesSafe stm stmChans text
];
doCheck = false;
jailbreak = true;
meta = {
description = "Create proper Pipes from System.Process";
license = self.stdenv.lib.licenses.bsd3;