mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: gcolor3: Remove input labels.
* gnu/packages/gnome.scm (gcolor3)[native-inputs]: Remove input labels.
This commit is contained in:
parent
5ba12f0176
commit
61c8d0fe3d
1 changed files with 3 additions and 5 deletions
|
@ -10328,11 +10328,9 @@ only know by its Unicode name or code point.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t))
|
`(#:glib-or-gtk? #t))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("desktop-file-utils" ,desktop-file-utils)
|
(list desktop-file-utils gettext-minimal
|
||||||
("gettext" ,gettext-minimal)
|
`(,glib "bin")
|
||||||
("glib:bin" ,glib "bin")
|
`(,gtk+ "bin") pkg-config))
|
||||||
("gtk+:bin" ,gtk+ "bin")
|
|
||||||
("pkg-config" ,pkg-config)))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list gsettings-desktop-schemas gtk+ libportal))
|
(list gsettings-desktop-schemas gtk+ libportal))
|
||||||
(home-page "https://www.hjdskes.nl/projects/gcolor3/")
|
(home-page "https://www.hjdskes.nl/projects/gcolor3/")
|
||||||
|
|
Loading…
Add table
Reference in a new issue