gnu: oxygen-icons: Build with qtbase.

* gnu/packages/kde-frameworks.scm (oxygen-icons)[inputs]: Remove qt,
add qtbase.
This commit is contained in:
Efraim Flashner 2016-06-15 16:33:01 +03:00
parent 03c1662e38
commit e1963db750
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -110,7 +110,7 @@ (define-public oxygen-icons
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(inputs (inputs
`(("extra-cmake-modules" ,extra-cmake-modules) `(("extra-cmake-modules" ,extra-cmake-modules)
("qt" ,qt))) ("qtbase" ,qtbase)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Oxygen provides the standard icon theme for the KDE desktop.") (synopsis "Oxygen provides the standard icon theme for the KDE desktop.")
(description "Oxygen icon theme for the KDE desktop") (description "Oxygen icon theme for the KDE desktop")