From 50046194a21e9f8697bdd30d9821b4dd595fe632 Mon Sep 17 00:00:00 2001 From: Attila Lendvai Date: Thu, 14 Apr 2022 10:14:40 +0200 Subject: 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 --- 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 -- cgit v1.2.3