free-game: jailbreak due to new OpenGLRaw version
This allows it to keep building after
ba5473676f
was pushed. Perhaps we should
add the extra OpenGL versions (2.9.1.0) and specify strict versions so
that it doesn't fail to build in 2 weeks.
This commit is contained in:
parent
458087db37
commit
6da85d3cf6
@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
|
||||
hashable JuicyPixels JuicyPixelsUtil lens linear mtl OpenGL
|
||||
OpenGLRaw random reflection transformers vector void
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/fumieval/free-game";
|
||||
description = "Create games for free";
|
||||
|
@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
|
||||
hashable JuicyPixels JuicyPixelsUtil lens linear mtl OpenGL
|
||||
OpenGLRaw random reflection transformers vector void
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/fumieval/free-game";
|
||||
description = "Create games for free";
|
||||
|
Loading…
Reference in New Issue
Block a user