mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
haskell-wxcore: update to version 0.91.0.0
This commit is contained in:
parent
5e93487703
commit
ebd884c21b
@ -6,18 +6,15 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "wxcore";
|
||||
version = "0.90.1.1";
|
||||
sha256 = "1ma6vjf87b493vz3sj6hxzifqixk62n6b5gvixpfzfig1lysddgp";
|
||||
version = "0.91.0.0";
|
||||
sha256 = "01pvaysihyijklyw129vcafjqyh8bpafjzvscxvzll1g86qbqlkz";
|
||||
buildDepends = [ filepath parsec stm time wxc wxdirect ];
|
||||
extraLibraries = [ libX11 mesa wxGTK ];
|
||||
patchPhase = ''
|
||||
sed -i -e 's|array >= .*,|array,|' wxcore.cabal
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
||||
description = "wxHaskell core";
|
||||
license = "unknown";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
maintainers = with self.stdenv.lib.maintainers; [ andres ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user