mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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
|
||||
'';
|
||||
patches = [ ./fix-bogus-pointer-assignment.patch ];
|
||||
noHaddock = true;
|
||||
meta = {
|
||||
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
||||
description = "wxHaskell C++ wrapper";
|
||||
|
Loading…
Reference in New Issue
Block a user