guix-patches
[Top][All Lists]
Advanced

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

[bug#54926] [PATCH] gnu: libfprint: Fix build, add python dependency for


From: Attila Lendvai
Subject: [bug#54926] [PATCH] gnu: libfprint: Fix build, add python dependency for the tests.
Date: Thu, 14 Apr 2022 10:14:40 +0200

* gnu/packages/freedesktop.scm (libfprint): Add python dependency to
native-inputs. Needed by the tests.
---
 gnu/packages/freedesktop.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 55bde8e705..f80c34a54e 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1693,7 +1693,9 @@ (define-public libfprint
      (list `(,glib "bin")               ; for {glib-,}mkenums
            gobject-introspection
            gtk-doc/stable               ; for 88 KiB of API documentation
-           pkg-config))
+           pkg-config
+           ;; For tests
+           python))
     (inputs
      (list gusb
            libgudev
-- 
2.35.1






reply via email to

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