haskell-wxcore: jailbreak to fix build with recent versions of array
This commit is contained in:
parent
8de3955037
commit
6ca2c509c1
@ -8,6 +8,9 @@ cabal.mkDerivation (self: {
|
|||||||
sha256 = "1ma6vjf87b493vz3sj6hxzifqixk62n6b5gvixpfzfig1lysddgp";
|
sha256 = "1ma6vjf87b493vz3sj6hxzifqixk62n6b5gvixpfzfig1lysddgp";
|
||||||
buildDepends = [ filepath parsec stm time wxc wxdirect ];
|
buildDepends = [ filepath parsec stm time wxc wxdirect ];
|
||||||
extraLibraries = [ libX11 mesa wxGTK ];
|
extraLibraries = [ libX11 mesa wxGTK ];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|array >= .*,|array,|' wxcore.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
||||||
description = "wxHaskell core";
|
description = "wxHaskell core";
|
||||||
|
Loading…
Reference in New Issue
Block a user