diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-06-15 16:33:01 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-06-15 20:23:58 +0300 |
commit | e1963db75051b10c2f995479ffab5a49376498ee (patch) | |
tree | e34e90807232e333ed6200153b72027cda411ffb /gnu | |
parent | 03c1662e385bb339bbfe6cc02d7498f5891d0dc1 (diff) | |
download | gnu-guix-e1963db75051b10c2f995479ffab5a49376498ee.tar gnu-guix-e1963db75051b10c2f995479ffab5a49376498ee.tar.gz |
gnu: oxygen-icons: Build with qtbase.
* gnu/packages/kde-frameworks.scm (oxygen-icons)[inputs]: Remove qt,
add qtbase.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 0b747def14..dc7c27ed4a 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") |