guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 7efb906308587564690fe8a4497b8f6a8802fefe
Author: Sughosha <[email protected]>
AuthorDate: Mon Jul 6 23:06:43 2026 +0530

    gnu: aurorae: Fix importing the required QML modules.
    
    * gnu/packages/kde-plasma.scm (aurorae)[inputs]: Remove ksvg and 
qtdeclarative.
    [propagated-inputs]: Add kirigami, ksvg, and qtdeclarative.
---
 gnu/packages/kde-plasma.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index f57a155e47..f36ec8a2fc 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -188,6 +188,11 @@ script engines.")
     (arguments
      (list #:qtbase qtbase
            #:tests? #f))
+    ;; These packages are required by the QML modules.
+    (propagated-inputs
+     (list kirigami
+           ksvg
+           qtdeclarative))
     (native-inputs
      (list extra-cmake-modules qttools))
     (inputs
@@ -197,9 +202,7 @@ script engines.")
            kdecoration
            ki18n
            knewstuff
-           kpackage
-           ksvg
-           qtdeclarative))
+           kpackage))
     (synopsis "Themeable window decoration for KWin")
     (description
      "Aurorae is a themeable window decoration for KWin.  It supports theme

Reply via email to