~ruther/guix-local

e32183f4cd982200438ee13f5db784c652c4417d — Sughosha 5 months ago 36d9e90
gnu: calindori: Add qtwayland to inputs.

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

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

M gnu/packages/kde-plasma.scm
M gnu/packages/kde-plasma.scm => gnu/packages/kde-plasma.scm +2 -1
@@ 310,7 310,8 @@ Breeze is the default theme for the KDE Plasma desktop.")
                  knotifications
                  kpeople
                  qtdeclarative
                  qtsvg))
                  qtsvg
                  qtwayland))
    (arguments (list #:qtbase qtbase
                     #:tests? #f))
    (home-page "https://invent.kde.org/plasma-mobile/calindori")