mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
haskell-xml-conduit: jailbreak to fix build with conduit
This commit is contained in:
parent
7071d7b6de
commit
d964aa83a0
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user