haskell-wxc: work around broken installation code

This commit is contained in:
Peter Simons 2014-11-01 16:38:12 +01:00
parent 2227467ad3
commit 54a7aac1de

View File

@ -10,6 +10,9 @@ cabal.mkDerivation (self: {
extraLibraries = [ libX11 mesa wxGTK ]; extraLibraries = [ libX11 mesa wxGTK ];
noHaddock = true; noHaddock = true;
patches = [ ./no-ldconfig.patch ]; patches = [ ./no-ldconfig.patch ];
postInstall = ''
cp -v dist/build/libwxc.so.${self.version} $out/lib/libwxc.so
'';
meta = { meta = {
homepage = "http://haskell.org/haskellwiki/WxHaskell"; homepage = "http://haskell.org/haskellwiki/WxHaskell";
description = "wxHaskell C++ wrapper"; description = "wxHaskell C++ wrapper";