haskell-httpd-shed: jailbreak to fix build with latest version of 'network'
This commit is contained in:
parent
ce21d883c0
commit
1220084354
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user