From d1e8f9c047ead008c5b0de487d61ca3d68616f98 Mon Sep 17 00:00:00 2001 From: Eric Kow Date: Sat, 2 Nov 2013 18:09:08 +0000 Subject: [PATCH] haskell-wxc: noHaddock --- pkgs/development/libraries/haskell/wxHaskell/wxc.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/wxHaskell/wxc.nix b/pkgs/development/libraries/haskell/wxHaskell/wxc.nix index b89b39acb50..d95b07121af 100644 --- a/pkgs/development/libraries/haskell/wxHaskell/wxc.nix +++ b/pkgs/development/libraries/haskell/wxHaskell/wxc.nix @@ -10,6 +10,7 @@ cabal.mkDerivation (self: { cp -v dist/build/libwxc.so.${self.version} $out/lib/libwxc.so ''; patches = [ ./fix-bogus-pointer-assignment.patch ]; + noHaddock = true; meta = { homepage = "http://haskell.org/haskellwiki/WxHaskell"; description = "wxHaskell C++ wrapper";