~ruther/guix-local

b125462d0665a99bdbbc355f9dfef29d13e1bbab — Sughosha 4 months ago 94f9db4
gnu: kgraphviewer: Add qtwayland to inputs and reorder them.

* gnu/packages/kde-graphics.scm (kgraphviewer)[inputs]: Reorder; add qtwayland.

Change-Id: I8475ae7ecdf50ac62a515f5d5a0c84347e6f25ff
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/kde-graphics.scm
M gnu/packages/kde-graphics.scm => gnu/packages/kde-graphics.scm +2 -1
@@ 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))