rekado pushed a commit to branch master
in repository guix.
commit 50046194a21e9f8697bdd30d9821b4dd595fe632
Author: Attila Lendvai <[email protected]>
AuthorDate: Thu Apr 14 10:14:40 2022 +0200
gnu: libfprint: Fix build, add python for the tests.
* gnu/packages/freedesktop.scm (libfprint)[native-inputs]: Add
python-minimal
as it's needed by the tests.
Signed-off-by: Ricardo Wurmus <[email protected]>
---
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..f4b63cefe6 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1693,7 +1693,9 @@ wish to perform colour calibration.")
(list `(,glib "bin") ; for {glib-,}mkenums
gobject-introspection
gtk-doc/stable ; for 88 KiB of API documentation
- pkg-config))
+ pkg-config
+ ;; For tests
+ python-minimal))
(inputs
(list gusb
libgudev