guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: modem-manager: Use G-expression.


From: guix-commits
Subject: 06/08: gnu: modem-manager: Use G-expression.
Date: Sat, 23 Jul 2022 16:59:07 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 9ee4069eb0c3fafb326163d44a3b18a22b50aa67
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jul 23 22:45:35 2022 +0200

    gnu: modem-manager: Use G-expression.
    
    * gnu/packages/freedesktop.scm (modem-manager)[arguments]: Use gexp.
---
 gnu/packages/freedesktop.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 0964ad104e..536a2dfffc 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1524,8 +1524,9 @@ which speak the Qualcomm MSM Interface (QMI) protocol.")
                 "1apq9camys2gaw6y6ic1ld20cncfwpmxnzvh4j5zkbbjpf5hbcxj"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:configure-flags
-       `(,(string-append "--with-udev-base-dir=" %output "/lib/udev"))))
+     (list
+      #:configure-flags
+      #~(list (string-append "--with-udev-base-dir=" #$output "/lib/udev"))))
     (native-inputs
      (list `(,glib "bin") ; for glib-mkenums
            gobject-introspection



reply via email to

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