haskell: jailbreak pipes-network

This commit is contained in:
Benno Fünfstück 2014-04-13 18:40:59 +02:00
parent 7f4afcda7e
commit 57a9eaab67

View File

@ -7,11 +7,11 @@ cabal.mkDerivation (self: {
buildDepends = [ buildDepends = [
network networkSimple pipes pipesSafe transformers network networkSimple pipes pipesSafe transformers
]; ];
jailbreak = true;
meta = { meta = {
homepage = "https://github.com/k0001/pipes-network"; homepage = "https://github.com/k0001/pipes-network";
description = "Use network sockets together with the pipes library"; description = "Use network sockets together with the pipes library";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
}; };
}) })