guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: libfprint: Gexp arguments.


From: guix-commits
Subject: 03/10: gnu: libfprint: Gexp arguments.
Date: Tue, 14 Dec 2021 13:35:26 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b35efa1c56cafc6ac8e6a04d498f3e4db0fde4d6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Dec 11 02:44:00 2021 +0100

    gnu: libfprint: Gexp arguments.
    
    * gnu/packages/linux.scm (libfprint)[arguments]: Use Gexps.
---
 gnu/packages/freedesktop.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index fd3993e..dc6a374 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1655,11 +1655,11 @@ wish to perform colour calibration.")
         (base32 "0y3wz5hlxpnvqj67bihvzfi4dwx2m2nx9byppf4jjd80x0j2630m"))))
     (build-system meson-build-system)
     (arguments
-     '(#:configure-flags
-       (list (string-append "-Dudev_hwdb_dir=" (assoc-ref %outputs "out")
-                            "/lib/udev/hwdb.d")
-             (string-append "-Dudev_rules_dir=" (assoc-ref %outputs "out")
-                            "/lib/udev/rules.d"))))
+     (list #:configure-flags
+           #~(list (string-append "-Dudev_hwdb_dir=" #$output
+                                  "/lib/udev/hwdb.d")
+                   (string-append "-Dudev_rules_dir=" #$output
+                                  "/lib/udev/rules.d"))))
     (native-inputs
      (list `(,glib "bin")               ; for {glib-,}mkenums
            gobject-introspection



reply via email to

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