gnu: oxygen-icons: Build with qtbase.
* gnu/packages/kde-frameworks.scm (oxygen-icons)[inputs]: Remove qt, add qtbase.
This commit is contained in:
parent
03c1662e38
commit
e1963db750
|
@ -110,7 +110,7 @@ lower level classes for interaction with the X Windowing System.")
|
||||||
`(("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")
|
||||||
|
|
Loading…
Reference in New Issue