gnu: mate-icon-theme: Remove 'gtk+' from native-inputs.
* gnu/packages/mate.scm (mate-icon-theme)[native-inputs]: Remove 'gtk+'. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
833b7e0af0
commit
4915c51986
|
@ -51,7 +51,6 @@
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("gtk+" ,gtk+)
|
|
||||||
("icon-naming-utils" ,icon-naming-utils)))
|
("icon-naming-utils" ,icon-naming-utils)))
|
||||||
(home-page "https://mate-desktop.org/")
|
(home-page "https://mate-desktop.org/")
|
||||||
(synopsis "The MATE desktop environment icon theme")
|
(synopsis "The MATE desktop environment icon theme")
|
||||||
|
|
Loading…
Reference in New Issue