summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2025-10-07 17:53:46 +0530
committerAndreas Enge <andreas@enge.fr>2025-10-17 11:27:11 +0200
commitb125462d0665a99bdbbc355f9dfef29d13e1bbab (patch)
tree893372e5c6d4eee0046c8d5c6ac065caea09ac13
parent94f9db48685b4cbc43bf793f086d1da4b916f240 (diff)
gnu: kgraphviewer: Add qtwayland to inputs and reorder them.
* gnu/packages/kde-graphics.scm (kgraphviewer)[inputs]: Reorder; add qtwayland. Change-Id: I8475ae7ecdf50ac62a515f5d5a0c84347e6f25ff
-rw-r--r--gnu/packages/kde-graphics.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/kde-graphics.scm b/gnu/packages/kde-graphics.scm
index 1f086b22993..c00e10f9fc3 100644
--- a/gnu/packages/kde-graphics.scm
+++ b/gnu/packages/kde-graphics.scm
@@ -276,8 +276,9 @@ illustrate project schedules.")
ki18n
kiconthemes
kparts
+ qt5compat
qtsvg
- qt5compat))
+ qtwayland))
(native-inputs
(list pkg-config extra-cmake-modules kdoctools))
(arguments (list #:tests? #f))