diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-02-16 12:51:50 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-02-16 14:29:48 +0100 |
| commit | 1fdb062c5be33adae5392e29ba9f6b0bbc5e28d9 (patch) | |
| tree | 6035be20f953950887888428bbbfb2b424e32be1 /gnu/packages | |
| 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')
| -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 0e086b74419..c743291a48a 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. | |||
| 8258 | (sha256 | 8258 | (sha256 |
| 8259 | (base32 | 8259 | (base32 |
| 8260 | "1ag2cp346f9bz9qy6za6q54id44d2ypvkyhvnjha14qzzapwaysj")))) | 8260 | "1ag2cp346f9bz9qy6za6q54id44d2ypvkyhvnjha14qzzapwaysj")))) |
| 8261 | (build-system cmake-build-system) | 8261 | (build-system qt-build-system) |
| 8262 | (arguments | 8262 | (arguments |
| 8263 | `(#:phases | 8263 | `(#:phases |
| 8264 | (modify-phases %standard-phases | 8264 | (modify-phases %standard-phases |
| @@ -8282,7 +8282,8 @@ making Yamagi Quake II one of the most solid Quake II implementations available. | |||
| 8282 | (list qtbase-5 qtsvg-5)) | 8282 | (list qtbase-5 qtsvg-5)) |
| 8283 | (native-inputs | 8283 | (native-inputs |
| 8284 | `(("gettext-minimal" ,gettext-minimal) | 8284 | `(("gettext-minimal" ,gettext-minimal) |
| 8285 | ("qttools-5" ,qttools-5))) | 8285 | ("qttools-5" ,qttools-5) |
| 8286 | ("qtwayland-5" ,qtwayland-5))) | ||
| 8286 | (synopsis "Realistic physics puzzle game") | 8287 | (synopsis "Realistic physics puzzle game") |
| 8287 | (description "The Butterfly Effect (tbe) is a game that uses | 8288 | (description "The Butterfly Effect (tbe) is a game that uses |
| 8288 | realistic physics simulations to combine lots of simple mechanical | 8289 | realistic physics simulations to combine lots of simple mechanical |
