all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53386] [PATCH] gnu: seahorse: Fix failing build
@ 2022-01-20 11:47 Daniel Meißner via Guix-patches via
  2022-01-20 13:31 ` bug#53386: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Meißner via Guix-patches via @ 2022-01-20 11:47 UTC (permalink / raw)
  To: 53386; +Cc: Daniel Meißner

The Python scripts in the build-aux directory which are run during ‘meson
build’ need a Python interpreter in the $PATH environment.

* gnu/packages/gnome.scm (seahorse)[native-inputs]: Add python.
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7de62c5a30..4c3791b945 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4369,6 +4369,7 @@ (define-public seahorse
        ("glib:bin" ,glib "bin")
        ("itstool" ,itstool)
        ("pkg-config" ,pkg-config)
+       ("python" ,python)
        ("vala" ,vala)
        ("xmllint" ,libxml2)))
     (home-page "https://wiki.gnome.org/Apps/Seahorse")
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#53386: [PATCH] gnu: seahorse: Fix failing build
  2022-01-20 11:47 [bug#53386] [PATCH] gnu: seahorse: Fix failing build Daniel Meißner via Guix-patches via
@ 2022-01-20 13:31 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-01-20 13:31 UTC (permalink / raw)
  To: Daniel Meißner; +Cc: 53386-done


> * gnu/packages/gnome.scm (seahorse)[native-inputs]: Add python.

Pushed, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-20 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-20 11:47 [bug#53386] [PATCH] gnu: seahorse: Fix failing build Daniel Meißner via Guix-patches via
2022-01-20 13:31 ` bug#53386: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.