From d964aa83a09f3ba74c40064c7d9e0d2b60de13df Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 12 Sep 2014 10:11:39 +0200 Subject: [PATCH] haskell-xml-conduit: jailbreak to fix build with conduit --- pkgs/development/libraries/haskell/xml-conduit/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/xml-conduit/default.nix b/pkgs/development/libraries/haskell/xml-conduit/default.nix index 3df8c163d63e..d932303dc5d2 100644 --- a/pkgs/development/libraries/haskell/xml-conduit/default.nix +++ b/pkgs/development/libraries/haskell/xml-conduit/default.nix @@ -19,6 +19,7 @@ cabal.mkDerivation (self: { blazeMarkup conduit hspec HUnit resourcet text transformers xmlTypes ]; + jailbreak = true; meta = { homepage = "http://github.com/snoyberg/xml"; description = "Pure-Haskell utilities for dealing with XML with the conduit package";