Skip to content

Commit

Permalink
tbe: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed May 9, 2020
1 parent 7772563 commit 33932b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/the-butterfly-effect/default.nix
@@ -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";

Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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 { };

Expand Down

0 comments on commit 33932b6

Please sign in to comment.