guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/10: gnu: gcolor3: Remove input labels.


From: guix-commits
Subject: 10/10: gnu: gcolor3: Remove input labels.
Date: Mon, 16 May 2022 09:49:40 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 61c8d0fe3dd5415de5617a5251d7ff14dd17a545
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon May 16 15:47:35 2022 +0200

    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 @@ 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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]