haskell-wx-core: jailbreak to fix build with Haskell Platform 2013.2.0.0
This commit is contained in:
parent
4f6d1ad646
commit
7b48b3acf6
@ -8,6 +8,9 @@ cabal.mkDerivation (self: {
|
||||
sha256 = "0d79hr6cz9zj3w57h6630nfnsmfq1w73gz04jjmlhwh8ih557imw";
|
||||
buildDepends = [ filepath parsec stm time wxc wxdirect ];
|
||||
extraLibraries = [ libX11 mesa wxGTK ];
|
||||
patchPhase = ''
|
||||
sed -i -e 's|containers >=.*|containers|' wxcore.cabal
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
||||
description = "wxHaskell core";
|
||||
|
Loading…
Reference in New Issue
Block a user