mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
commit
ddbb72c34d
|
@ -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