From 1220084354dd5cdb8fa8f5034e4a1255541fe3af Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 4 May 2014 13:19:47 +0200 Subject: [PATCH] haskell-httpd-shed: jailbreak to fix build with latest version of 'network' --- pkgs/development/libraries/haskell/httpd-shed/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/httpd-shed/default.nix b/pkgs/development/libraries/haskell/httpd-shed/default.nix index b87135cf01f..90f11940a46 100644 --- a/pkgs/development/libraries/haskell/httpd-shed/default.nix +++ b/pkgs/development/libraries/haskell/httpd-shed/default.nix @@ -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;