gnu: numix-gtk-theme: Remove input labels.

* gnu/packages/gnome-xyz.scm (numix-gtk-theme)
[native-inputs]: Delete labels.
This commit is contained in:
Maxim Cournoyer 2022-09-11 11:31:11 -04:00
parent b060857c8e
commit af321a81aa
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1242,11 +1242,11 @@ (define-public numix-gtk-theme
(modify-phases %standard-phases
(delete 'configure)))) ; no configure script
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas
("gnome-shell" ,gnome-shell)
("gtk+" ,gtk+)
("xmllint" ,libxml2)
("ruby-sass" ,ruby-sass)))
(list `(,glib "bin") ; for glib-compile-schemas
gnome-shell
gtk+
libxml2
ruby-sass))
(synopsis "Flat theme with light and dark elements")
(description "Numix is a modern flat theme with a combination of light and
dark elements. It supports GNOME, Unity, Xfce, and Openbox.")