gnu: gcolor3: Remove input labels.

* gnu/packages/gnome.scm (gcolor3)[native-inputs]: Remove input labels.
This commit is contained in:
Ludovic Courtès 2022-05-16 15:47:35 +02:00
parent 5ba12f0176
commit 61c8d0fe3d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -10328,11 +10328,9 @@ (define-public gcolor3
(arguments
`(#:glib-or-gtk? #t))
(native-inputs
`(("desktop-file-utils" ,desktop-file-utils)
("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin")
("gtk+:bin" ,gtk+ "bin")
("pkg-config" ,pkg-config)))
(list desktop-file-utils gettext-minimal
`(,glib "bin")
`(,gtk+ "bin") pkg-config))
(inputs
(list gsettings-desktop-schemas gtk+ libportal))
(home-page "https://www.hjdskes.nl/projects/gcolor3/")