commit
0a33e1e49f
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchgit, qt5, box2d, which, cmake, gettext }:
|
{ stdenv, mkDerivation, fetchgit, qt5, box2d, which, cmake, gettext }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "tbe";
|
pname = "tbe";
|
||||||
version = "0.9.3.1";
|
version = "0.9.3.1";
|
||||||
|
|
||||||
|
@ -23925,7 +23925,7 @@ in
|
|||||||
lua = lua5_1;
|
lua = lua5_1;
|
||||||
};
|
};
|
||||||
|
|
||||||
tbe = callPackage ../games/the-butterfly-effect { };
|
tbe = libsForQt5.callPackage ../games/the-butterfly-effect { };
|
||||||
|
|
||||||
teetertorture = callPackage ../games/teetertorture { };
|
teetertorture = callPackage ../games/teetertorture { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user