* [bug#54926] [PATCH] gnu: libfprint: Fix build, add python dependency for the tests.
@ 2022-04-14 8:14 Attila Lendvai
2022-04-14 9:49 ` [bug#54926] [PATCH v2] " Attila Lendvai
2022-04-14 9:55 ` bug#54926: [PATCH] " Ricardo Wurmus
0 siblings, 2 replies; 3+ messages in thread
From: Attila Lendvai @ 2022-04-14 8:14 UTC (permalink / raw)
To: 54926; +Cc: Attila Lendvai
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#54926] [PATCH v2] gnu: libfprint: Fix build, add python dependency for the tests.
2022-04-14 8:14 [bug#54926] [PATCH] gnu: libfprint: Fix build, add python dependency for the tests Attila Lendvai
@ 2022-04-14 9:49 ` Attila Lendvai
2022-04-14 9:55 ` bug#54926: [PATCH] " Ricardo Wurmus
1 sibling, 0 replies; 3+ messages in thread
From: Attila Lendvai @ 2022-04-14 9:49 UTC (permalink / raw)
To: 54926; +Cc: Attila Lendvai
* gnu/packages/freedesktop.scm (libfprint): Add python dependency to
native-inputs. Needed by the tests.
---
v2: use python-minimal instead of python
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 @@ (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-minimal))
(inputs
(list gusb
libgudev
--
2.35.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#54926: [PATCH] gnu: libfprint: Fix build, add python dependency for the tests.
2022-04-14 8:14 [bug#54926] [PATCH] gnu: libfprint: Fix build, add python dependency for the tests Attila Lendvai
2022-04-14 9:49 ` [bug#54926] [PATCH v2] " Attila Lendvai
@ 2022-04-14 9:55 ` Ricardo Wurmus
1 sibling, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2022-04-14 9:55 UTC (permalink / raw)
To: 54926-done
Applied, thank you!
As discussed on IRC I changed “python” to “python-minimal”.
--
Ricardo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-04-14 9:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-14 8:14 [bug#54926] [PATCH] gnu: libfprint: Fix build, add python dependency for the tests Attila Lendvai
2022-04-14 9:49 ` [bug#54926] [PATCH v2] " Attila Lendvai
2022-04-14 9:55 ` bug#54926: [PATCH] " Ricardo Wurmus
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).