guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: libfprint: Fix build, add python for the tests.


From: guix-commits
Subject: 02/02: gnu: libfprint: Fix build, add python for the tests.
Date: Thu, 14 Apr 2022 05:55:39 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 50046194a21e9f8697bdd30d9821b4dd595fe632
Author: Attila Lendvai <attila@lendvai.name>
AuthorDate: Thu Apr 14 10:14:40 2022 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]