mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
haskell-wxc: work around broken installation code
This commit is contained in:
parent
2227467ad3
commit
54a7aac1de
@ -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 New Issue
Block a user