tbe: fix build

gstqt5
Michael Raskin 2020-05-09 11:59:13 +02:00
parent 7772563231
commit 33932b6f83
2 changed files with 3 additions and 3 deletions

View File

@ -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";
version = "0.9.3.1";

View File

@ -23848,7 +23848,7 @@ in
lua = lua5_1;
};
tbe = callPackage ../games/the-butterfly-effect { };
tbe = libsForQt5.callPackage ../games/the-butterfly-effect { };
teetertorture = callPackage ../games/teetertorture { };