mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
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";
|
||||
version = "0.9.3.1";
|
||||
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user