From 61c8d0fe3dd5415de5617a5251d7ff14dd17a545 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 16 May 2022 15:47:35 +0200 Subject: gnu: gcolor3: Remove input labels. * gnu/packages/gnome.scm (gcolor3)[native-inputs]: Remove input labels. --- gnu/packages/gnome.scm | 8 +++----- 1 file 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 @@ (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/") -- cgit v1.2.3