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
parent
839241501a
commit
50046194a2
|
@ -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
|
||||||
|
|
Reference in New Issue