Archived
1
0
Fork 0

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 <rekado@elephly.net>
This commit is contained in:
Attila Lendvai 2022-04-14 10:14:40 +02:00 committed by Ricardo Wurmus
parent 839241501a
commit 50046194a2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1693,7 +1693,9 @@ wish to perform colour calibration.")
(list `(,glib "bin") ; for {glib-,}mkenums (list `(,glib "bin") ; for {glib-,}mkenums
gobject-introspection gobject-introspection
gtk-doc/stable ; for 88 KiB of API documentation gtk-doc/stable ; for 88 KiB of API documentation
pkg-config)) pkg-config
;; For tests
python-minimal))
(inputs (inputs
(list gusb (list gusb
libgudev libgudev