guix-commits
[Top][All Lists]
Advanced

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

05/18: gnu: gnome-multi-writer: Remove input labels.


From: guix-commits
Subject: 05/18: gnu: gnome-multi-writer: Remove input labels.
Date: Wed, 19 Jul 2023 11:23:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 33166500d246581207171f213592f4128ffb210f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:01 2023 +0200

    gnu: gnome-multi-writer: Remove input labels.
    
    * gnu/packages/gnome.scm (gnome-multi-writer)[native-inputs]:
    Remove input labels.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8708764416..6e21167cc7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5356,8 +5356,8 @@ floating in an ocean using only your brain and a little 
bit of luck.")
                (("meson.add_install_script" &) (string-append "# " &)))
              #t)))))
     (native-inputs
-     `(("glib:bin" ,glib "bin")
-       ("pkg-config" ,pkg-config)))
+     (list `(,glib "bin")
+           pkg-config))
     (inputs
      (list gtk+
            glib ; for gio



reply via email to

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