haskell-wx-core: jailbreak to fix build with Haskell Platform 2013.2.0.0

This commit is contained in:
Peter Simons 2013-05-30 12:35:18 +02:00
parent 4f6d1ad646
commit 7b48b3acf6

View File

@ -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";