mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
commit
ddbb72c34d
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue