diff options
author | Danny Milosavljevic <[email protected]> | 2025-02-16 12:51:50 +0100 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2025-02-16 14:29:48 +0100 |
commit | 1fdb062c5be33adae5392e29ba9f6b0bbc5e28d9 (patch) | |
tree | 6035be20f953950887888428bbbfb2b424e32be1 /gnu/packages/games.scm | |
parent | 501e6b5314612f6ee1250099737ac94a17e13a8b (diff) |
gnu: the-butterfly-effect: Support wayland.
* gnu/packages/games.scm (the-butterfly-effect)[build-system]: Switch to
qt-build-system.
[inputs]: Add qtwayland-5.
Change-Id: I545162a62b3bc98aaa50c66c88040ce1e803ccca
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 0e086b7441..c743291a48 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8258,7 +8258,7 @@ making Yamagi Quake II one of the most solid Quake II implementations available. (sha256 (base32 "1ag2cp346f9bz9qy6za6q54id44d2ypvkyhvnjha14qzzapwaysj")))) - (build-system cmake-build-system) + (build-system qt-build-system) (arguments `(#:phases (modify-phases %standard-phases @@ -8282,7 +8282,8 @@ making Yamagi Quake II one of the most solid Quake II implementations available. (list qtbase-5 qtsvg-5)) (native-inputs `(("gettext-minimal" ,gettext-minimal) - ("qttools-5" ,qttools-5))) + ("qttools-5" ,qttools-5) + ("qtwayland-5" ,qtwayland-5))) (synopsis "Realistic physics puzzle game") (description "The Butterfly Effect (tbe) is a game that uses realistic physics simulations to combine lots of simple mechanical |