1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-20 16:15:54 +02:00

gnu: kochmorse: Add Wayland.

* gnu/packages/radio.scm (kochmorse)[inputs]: Add qtwayland-5.

Change-Id: I57b72123aeed40ae47806d4b87e2cc5e6ce57ba3
This commit is contained in:
Danny Milosavljevic
2026-01-10 00:55:16 +01:00
parent a80bffa682
commit 61780a4990
+1 -1
View File
@@ -2403,7 +2403,7 @@ intended for people who want to learn receiving and sending morse code.")
(native-inputs
(list qttools-5))
(inputs
(list qtbase-5 qtmultimedia-5))
(list qtbase-5 qtmultimedia-5 qtwayland-5))
(arguments
`(#:tests? #f)) ; No test suite
(home-page "https://dm3mat.darc.de/kochmorse/")