mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ (define-public mate-icon-theme
|
||||||
(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 a new issue