mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05: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 @@ (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/")
|
||||
|
|
Loading…
Reference in a new issue