haskell-xmlgen: the test suite needs libxml2 plus some DTDs
This commit is contained in:
parent
45bd1ddb7d
commit
cd03e41fc7
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
|||||||
sha256 = "1rmsg9wxs0bsj0xpagxrm3fmlqd63b0dfyc21rx9jj76g9za29wh";
|
sha256 = "1rmsg9wxs0bsj0xpagxrm3fmlqd63b0dfyc21rx9jj76g9za29wh";
|
||||||
buildDepends = [ blazeBuilder mtl text ];
|
buildDepends = [ blazeBuilder mtl text ];
|
||||||
testDepends = [ filepath HUnit hxt QuickCheck text ];
|
testDepends = [ filepath HUnit hxt QuickCheck text ];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Fast XML generation library";
|
description = "Fast XML generation library";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user