tbe: fix build
This commit is contained in:
parent
7772563231
commit
33932b6f83
@ -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";
|
||||||
|
|
||||||
|
@ -23848,7 +23848,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