mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +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;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ filepath polyparse random ];
|
buildDepends = [ filepath polyparse random ];
|
||||||
|
noHaddock = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://projects.haskell.org/HaXml/";
|
homepage = "http://projects.haskell.org/HaXml/";
|
||||||
description = "Utilities for manipulating XML documents";
|
description = "Utilities for manipulating XML documents";
|
||||||
|
|
Loading…
Reference in a new issue