LambdaHack: jailbreak to fix build with latest 'gtk'

This commit is contained in:
Peter Simons 2014-08-04 13:07:39 +02:00
parent 61c1403b05
commit 20059d37f5

@ -23,6 +23,9 @@ cabal.mkDerivation (self: {
unorderedContainers vector vectorBinaryInstances zlib
];
doCheck = false;
patchPhase = ''
sed -i -e 's|gtk >=.*|gtk|' LambdaHack.cabal
'';
meta = {
homepage = "http://github.com/LambdaHack/LambdaHack";
description = "A roguelike game engine in early development";