GNU bug report logs - #54926
[PATCH] gnu: libfprint: Fix build, add python dependency for the tests.

Previous Next

Package: guix-patches;

Reported by: Attila Lendvai <attila <at> lendvai.name>

Date: Thu, 14 Apr 2022 08:15:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Attila Lendvai <attila <at> lendvai.name>
Subject: bug#54926: closed ([PATCH] gnu: libfprint: Fix build, add python
 dependency for the tests.)
Date: Thu, 14 Apr 2022 09:57:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#54926: [PATCH] gnu: libfprint: Fix build, add python dependency for the tests.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 54926 <at> debbugs.gnu.org.

-- 
54926: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54926
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 54926-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: libfprint: Fix build, add python dependency for the
 tests.
Date: Thu, 14 Apr 2022 11:55:25 +0200
Applied, thank you!

As discussed on IRC I changed “python” to “python-minimal”.

-- 
Ricardo

[Message part 3 (message/rfc822, inline)]
From: Attila Lendvai <attila <at> lendvai.name>
To: guix-patches <at> gnu.org
Cc: Attila Lendvai <attila <at> lendvai.name>
Subject: [PATCH] gnu: libfprint: Fix build,
 add python dependency for the tests.
Date: Thu, 14 Apr 2022 10:14:40 +0200
* gnu/packages/freedesktop.scm (libfprint): Add python dependency to
native-inputs. Needed by the tests.
---
 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..f80c34a54e 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1693,7 +1693,9 @@ (define-public libfprint
      (list `(,glib "bin")               ; for {glib-,}mkenums
            gobject-introspection
            gtk-doc/stable               ; for 88 KiB of API documentation
-           pkg-config))
+           pkg-config
+           ;; For tests
+           python))
     (inputs
      (list gusb
            libgudev
-- 
2.35.1




This bug report was last modified 3 years and 98 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.