haskell-wxc: noHaddock
This commit is contained in:
parent
b15bbdfa17
commit
d1e8f9c047
@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
|
|||||||
cp -v dist/build/libwxc.so.${self.version} $out/lib/libwxc.so
|
cp -v dist/build/libwxc.so.${self.version} $out/lib/libwxc.so
|
||||||
'';
|
'';
|
||||||
patches = [ ./fix-bogus-pointer-assignment.patch ];
|
patches = [ ./fix-bogus-pointer-assignment.patch ];
|
||||||
|
noHaddock = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
||||||
description = "wxHaskell C++ wrapper";
|
description = "wxHaskell C++ wrapper";
|
||||||
|
Loading…
Reference in New Issue
Block a user