Merge pull request #87358 from 7c6f434c/fix-tbe

tbe: fix build
This commit is contained in:
Michael Raskin 2020-05-09 10:28:23 +00:00 committed by GitHub
commit 0a33e1e49f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"; pname = "tbe";
version = "0.9.3.1"; version = "0.9.3.1";

View File

@ -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 { };