guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: oxygen-icons: Build with qtbase.


From: Efraim Flashner
Subject: 01/02: gnu: oxygen-icons: Build with qtbase.
Date: Wed, 15 Jun 2016 17:24:27 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit e1963db75051b10c2f995479ffab5a49376498ee
Author: Efraim Flashner <address@hidden>
Date:   Wed Jun 15 16:33:01 2016 +0300

    gnu: oxygen-icons: Build with qtbase.
    
    * gnu/packages/kde-frameworks.scm (oxygen-icons)[inputs]: Remove qt,
    add qtbase.
---
 gnu/packages/kde-frameworks.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 0b747de..dc7c27e 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -110,7 +110,7 @@ lower level classes for interaction with the X Windowing 
System.")
      `(("pkg-config" ,pkg-config)))
     (inputs
      `(("extra-cmake-modules" ,extra-cmake-modules)
-       ("qt" ,qt)))
+       ("qtbase" ,qtbase)))
     (home-page "https://community.kde.org/Frameworks";)
     (synopsis "Oxygen provides the standard icon theme for the KDE desktop.")
     (description "Oxygen icon theme for the KDE desktop")



reply via email to

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