mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
haskell-HaXml: disable haddock phase to fix the build
This commit is contained in:
parent
99ef7ea249
commit
2227467ad3
|
@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
|
|||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ filepath polyparse random ];
|
||||
noHaddock = true;
|
||||
meta = {
|
||||
homepage = "http://projects.haskell.org/HaXml/";
|
||||
description = "Utilities for manipulating XML documents";
|
||||
|
|
Loading…
Reference in a new issue