1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 15:10:37 +02:00

gnu: kdf: Add qtwayland to inputs.

* gnu/packages/kde-systemtools.scm (kdf)[inputs]: Add qtwayland.

Change-Id: I11ffc7f5840a99060cccc09ef82450b7f4635824
This commit is contained in:
Sughosha
2025-10-01 18:18:39 +05:30
committed by Andreas Enge
parent f5b006ee54
commit 6d00a921a6

View File

@@ -199,7 +199,8 @@ Dolphin with the version control systems: Bzr, Git, Mercurial, Subversion.")
kwidgetsaddons
kstatusnotifieritem
kxmlgui
qt5compat))
qt5compat
qtwayland))
(arguments
(list #:qtbase qtbase
#:tests? #f))