summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-05-16 15:47:35 +0200
committerLudovic Courtès <ludo@gnu.org>2022-05-16 15:48:09 +0200
commit61c8d0fe3dd5415de5617a5251d7ff14dd17a545 (patch)
treef56d66ac7347940ad4ae679907dbfcb6efdf7e82
parent5ba12f0176300d154b086485ecf363f10f283a9f (diff)
downloadguix-patches-61c8d0fe3dd5415de5617a5251d7ff14dd17a545.tar
guix-patches-61c8d0fe3dd5415de5617a5251d7ff14dd17a545.tar.gz
gnu: gcolor3: Remove input labels.
* gnu/packages/gnome.scm (gcolor3)[native-inputs]: Remove input labels.
-rw-r--r--gnu/packages/gnome.scm8
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ee5d31f5dd..4a90245bff 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10328,11 +10328,9 @@ only know by its Unicode name or code point.")
(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/")