mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 00:33:10 +00:00
haskell-wxc: update to version 0.90.1.1
This commit is contained in:
parent
d1fc054b02
commit
bbcf732015
@ -2,12 +2,14 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "wxc";
|
||||
version = "0.90.1.0";
|
||||
sha256 = "1j318pxn6wqjwhz5rinb8az1bkhasgm9rhb3l36dlbzwcc4p0a2a";
|
||||
version = "0.90.1.1";
|
||||
sha256 = "0cvfphskvsq3lsl24h6jh8r6yw5jg8qa9wdc883yasfvmzmxwwgc";
|
||||
buildDepends = [ wxdirect ];
|
||||
extraLibraries = [ libX11 mesa wxGTK ];
|
||||
noHaddock = true;
|
||||
preConfigure = "find . -type f -exec touch {} +";
|
||||
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