mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: numix-gtk-theme: Remove input labels.
* gnu/packages/gnome-xyz.scm (numix-gtk-theme) [native-inputs]: Delete labels.
This commit is contained in:
parent
b060857c8e
commit
af321a81aa
1 changed files with 6 additions and 6 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue