haskell-wxc: work around broken installation code
This commit is contained in:
parent
2227467ad3
commit
54a7aac1de
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ cabal.mkDerivation (self: {
|
|||
extraLibraries = [ libX11 mesa wxGTK ];
|
||||
noHaddock = true;
|
||||
patches = [ ./no-ldconfig.patch ];
|
||||
postInstall = ''
|
||||
cp -v dist/build/libwxc.so.${self.version} $out/lib/libwxc.so
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
||||
description = "wxHaskell C++ wrapper";
|
||||
|
|
Loading…
Reference in a new issue