mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
haskell-language-c-inline: disable building of the documentation to fix the build
https://github.com/mchakravarty/language-c-inline/issues/40
This commit is contained in:
parent
b7db46f0e0
commit
be9eb9fc8c
@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
|
||||
buildDepends = [ filepath languageCQuote mainlandPretty ];
|
||||
testDepends = [ languageCQuote ];
|
||||
doCheck = false;
|
||||
noHaddock = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/mchakravarty/language-c-inline/";
|
||||
description = "Inline C & Objective-C code in Haskell for language interoperability";
|
||||
|
Loading…
Reference in New Issue
Block a user