guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: libfprint: Fix building with newer meson.


From: guix-commits
Subject: 06/08: gnu: libfprint: Fix building with newer meson.
Date: Wed, 24 May 2023 04:43:17 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit d905fbfce6948872bad0b86be258851b8f3f1a8a
Author: Alex Devaure <ajadevaure@gmail.com>
AuthorDate: Mon May 22 21:32:03 2023 +0100

    gnu: libfprint: Fix building with newer meson.
    
    * gnu/packages/freedesktop.scm (libfprint)[arguments]: Adjust
    configure-flags to explicitly link to nss.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/freedesktop.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 78b459443a..d9917ee9bf 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -32,6 +32,7 @@
 ;;; Copyright © 2022 Wamm K. D. <jaft.r@outlook.com>
 ;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
 ;;; Copyright © 2022 muradm <mail@muradm.net>
+;;; Copyright © 2023 Alex Devaure <ajadevaure@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2086,6 +2087,9 @@ that wish to perform colour calibration.")
      (list #:configure-flags
            #~(list (string-append "-Dudev_hwdb_dir=" #$output
                                   "/lib/udev/hwdb.d")
+                   (string-append "-Dc_link_args=-Wl,-rpath="
+                                  (search-input-directory %build-inputs
+                                                          "lib/nss"))
                    (string-append "-Dudev_rules_dir=" #$output
                                   "/lib/udev/rules.d"))))
     (native-inputs



reply via email to

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