me
/
guix
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>
master
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
1 changed files with 3 additions and 1 deletions

View File

@ -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