haskell-httpd-shed: jailbreak to fix build with latest version of 'network'

This commit is contained in:
Peter Simons 2014-05-04 13:19:47 +02:00
parent ce21d883c0
commit 1220084354

View file

@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
isLibrary = true;
isExecutable = true;
buildDepends = [ network ];
jailbreak = true;
meta = {
description = "A simple web-server with an interact style API";
license = self.stdenv.lib.licenses.bsd3;