guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: qqc2-desktop-style: Fix missing input 'qtquickcontrols2'.


From: Hartmut Goebel
Subject: 01/01: gnu: qqc2-desktop-style: Fix missing input 'qtquickcontrols2'.
Date: Mon, 19 Feb 2018 14:31:06 -0500 (EST)

htgoebel pushed a commit to branch master
in repository guix.

commit 7e4e3df4e86fa825f66ade5585a5a8cdf76d8d1c
Author: Hartmut Goebel <address@hidden>
Date:   Mon Feb 19 20:05:56 2018 +0100

    gnu: qqc2-desktop-style: Fix missing input 'qtquickcontrols2'.
    
    * gnu/packages/kde-frameworks.scm (qqc2-desktop-style)<inputs>:
      Add qtquickcontrols2.
---
 gnu/packages/kde-frameworks.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 4a577d5..84b4596 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1316,7 +1316,8 @@ provides uniform access to generation of barcodes with 
data.")
        ("kiconthemes" ,kiconthemes) ; optional
        ("kirigami" ,kirigami)
        ("qtbase" ,qtbase)
-       ("qtdeclarative" ,qtdeclarative)))
+       ("qtdeclarative" ,qtdeclarative)
+       ("qtquickcontrols2" ,qtquickcontrols2)))
     (home-page "https://community.kde.org/Frameworks";)
     (synopsis "QtQuickControls2 style that integrates with the desktop")
     (description "This is a style for QtQuickControls2 which is using



reply via email to

[Prev in Thread] Current Thread [Next in Thread]