diff options
author | Danny Milosavljevic <[email protected]> | 2025-02-16 14:15:52 +0100 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2025-02-16 14:29:49 +0100 |
commit | aed53c956bb758331f48e48ada5988f1a0bd967c (patch) | |
tree | 67b51e0cd6be0bac125d1a397d17a98259012fde | |
parent | 13234385fd98d98dca848fbc4d44c5f9d88c77e7 (diff) |
gnu: smplayer: Support wayland.
* gnu/packages/video.scm (smplayer)[inputs]: Add qtwayland-5.
Change-Id: I2ba61a43e876e61d270ab4c6226143bfd5be7e80
-rw-r--r-- | gnu/packages/video.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 9863ee9f39..963e3e6dcd 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2770,6 +2770,7 @@ projects while introducing many more.") (list bash-minimal qtbase-5 qtdeclarative-5 + qtwayland-5 zlib mpv)) (arguments |