diff mbox series

[bug#53386] gnu: seahorse: Fix failing build

Message ID 20220120114759.15067-1-daniel.meissner-i4k@ruhr-uni-bochum.de
State Accepted
Headers show
Series [bug#53386] gnu: seahorse: Fix failing build | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Daniel Meißner Jan. 20, 2022, 11:47 a.m. UTC
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(+)

Comments

Mathieu Othacehe Jan. 20, 2022, 1:31 p.m. UTC | #1
> * gnu/packages/gnome.scm (seahorse)[native-inputs]: Add python.

Pushed, thanks!

Mathieu
diff mbox series

Patch

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