LambdaHack: jailbreak to fix build with latest 'gtk'
This commit is contained in:
parent
61c1403b05
commit
20059d37f5
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue