gnu: seahorse: Fix failing build.

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.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Daniel Meißner 2022-01-20 12:47:59 +01:00 committed by Mathieu Othacehe
parent 30ae72b798
commit f673e713c0
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

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