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

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