summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Milosavljevic <[email protected]>2025-02-16 14:21:52 +0100
committerDanny Milosavljevic <[email protected]>2025-02-16 14:29:49 +0100
commitf35135c549daa8f91fba388b712da5bda2e4da96 (patch)
treea241a2dc1841b6a61091013a5d8abed26f651347
parentaed53c956bb758331f48e48ada5988f1a0bd967c (diff)
gnu: moonlight-qt: Support wayland.
* gnu/packages/games.scm (moonlight-qt)[inputs]: Add qtwayland-5. Change-Id: I623a1d9403cb7daa9d576b8a95f853b86133d485
-rw-r--r--gnu/packages/games.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index e30432c75c..aa98585ee4 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6608,6 +6608,7 @@ colors, pictures, and sounds.")
qtdeclarative-5
qtquickcontrols2-5
qtsvg-5
+ qtwayland-5
sdl2
sdl2-ttf
sdl2-gamecontrollerdb))