guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: modem-manager: Remove input labels.


From: guix-commits
Subject: 05/08: gnu: modem-manager: Remove input labels.
Date: Sat, 23 Jul 2022 16:59:07 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 40992a1e02961e5f76f0cb4cfa0fce3b333d417f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jul 23 22:44:35 2022 +0200

    gnu: modem-manager: Remove input labels.
    
    * gnu/packages/freedesktop.scm (modem-manager)[native-inputs]: Remove 
labels.
---
 gnu/packages/freedesktop.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 11b4e81159..0964ad104e 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1527,13 +1527,13 @@ which speak the Qualcomm MSM Interface (QMI) protocol.")
      '(#:configure-flags
        `(,(string-append "--with-udev-base-dir=" %output "/lib/udev"))))
     (native-inputs
-     `(("glib:bin" ,glib "bin") ; for glib-mkenums
-       ("gobject-introspection" ,gobject-introspection)
-       ("intltool" ,intltool)
-       ("pkg-config" ,pkg-config)
-       ("vala" ,vala)
-       ;; For testing.
-       ("dbus" ,dbus)))
+     (list `(,glib "bin") ; for glib-mkenums
+           gobject-introspection
+           intltool
+           pkg-config
+           vala
+           ;; For testing.
+           dbus))
     (propagated-inputs
      (list glib)) ; required by mm-glib.pc
     (inputs



reply via email to

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