diff options
author | Attila Lendvai <attila@lendvai.name> | 2022-04-14 10:14:40 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-04-14 11:54:11 +0200 |
commit | 50046194a21e9f8697bdd30d9821b4dd595fe632 (patch) | |
tree | 64c854bbb313d713cc2a60e599532c9eb511ac93 /gnu | |
parent | 839241501ad571e669471a711efb9172db40f708 (diff) | |
download | guix-50046194a21e9f8697bdd30d9821b4dd595fe632.tar guix-50046194a21e9f8697bdd30d9821b4dd595fe632.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/freedesktop.scm | 4 |
1 files changed, 3 insertions, 1 deletions
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 |