summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-11-04 04:08:00 -0800
committerPeter Simons <simons@cryp.to>2013-11-04 04:08:00 -0800
commitddbb72c34d03d7d25781d27b97fa209f495639c5 (patch)
tree7c6186a6c46e34db91e91e7be84ae8a416865f03
parent8274bd331aa17e660a8f31ac0e2cafa634eb857e (diff)
parentd1e8f9c047ead008c5b0de487d61ca3d68616f98 (diff)
downloadnixlib-ddbb72c34d03d7d25781d27b97fa209f495639c5.tar
nixlib-ddbb72c34d03d7d25781d27b97fa209f495639c5.tar.gz
nixlib-ddbb72c34d03d7d25781d27b97fa209f495639c5.tar.bz2
nixlib-ddbb72c34d03d7d25781d27b97fa209f495639c5.tar.lz
nixlib-ddbb72c34d03d7d25781d27b97fa209f495639c5.tar.xz
nixlib-ddbb72c34d03d7d25781d27b97fa209f495639c5.tar.zst
nixlib-ddbb72c34d03d7d25781d27b97fa209f495639c5.zip
Merge pull request #1163 from kowey/haskell-wx
haskell-wxc: noHaddock
-rw-r--r--pkgs/development/libraries/haskell/wxHaskell/wxc.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/wxHaskell/wxc.nix b/pkgs/development/libraries/haskell/wxHaskell/wxc.nix
index b89b39acb50a..d95b07121af1 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";