guix-commits
[Top][All Lists]
Advanced

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

14/25: gnu: glib-networking: Remove input labels.


From: guix-commits
Subject: 14/25: gnu: glib-networking: Remove input labels.
Date: Sat, 16 Jul 2022 18:08:29 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 5a9828239d81f9d242013b4f12900b93ade600e6
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jul 13 23:04:18 2022 +0200

    gnu: glib-networking: Remove input labels.
    
    * gnu/packages/gnome.scm (glib-networking)[native-inputs]: Remove labels.
---
 gnu/packages/gnome.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a4fe89591f..88041ddf8f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4736,8 +4736,7 @@ indicators etc).")
                                   (search-patch
                                    "glib-networking-32-bit-time.patch")))))))))
     (native-inputs
-     `(("pkg-config" ,pkg-config)
-       ("gettext" ,gettext-minimal)))
+     (list pkg-config gettext-minimal))
     (inputs
      (list glib gnutls gsettings-desktop-schemas libproxy))
     (home-page "https://wiki.gnome.org/Projects/GLib";)



reply via email to

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