me
/
guix
Archived
1
0
Fork 0

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>
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
1 changed files with 1 additions and 0 deletions

View File

@ -4369,6 +4369,7 @@ engineering.")
("glib:bin" ,glib "bin")
("itstool" ,itstool)
("pkg-config" ,pkg-config)
("python" ,python)
("vala" ,vala)
("xmllint" ,libxml2)))
(home-page "https://wiki.gnome.org/Apps/Seahorse")