forked from mirrors/nixpkgs
LambdaHack: jailbreak to fix build with latest 'gtk'
This commit is contained in:
parent
61c1403b05
commit
20059d37f5
|
@ -23,6 +23,9 @@ cabal.mkDerivation (self: {
|
||||||
unorderedContainers vector vectorBinaryInstances zlib
|
unorderedContainers vector vectorBinaryInstances zlib
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|gtk >=.*|gtk|' LambdaHack.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/LambdaHack/LambdaHack";
|
homepage = "http://github.com/LambdaHack/LambdaHack";
|
||||||
description = "A roguelike game engine in early development";
|
description = "A roguelike game engine in early development";
|
||||||
|
|
Loading…
Reference in a new issue