diff options
author | Daniel Meißner <daniel.meissner-i4k@ruhr-uni-bochum.de> | 2022-01-20 12:47:59 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:29:57 +0100 |
commit | f673e713c0d16d2cf767400a91034f2147770e31 (patch) | |
tree | e1b17c54150b4396496bfb3320e30f753e6a2e9a /gnu/packages | |
parent | 30ae72b7986dbb0180ab48877cf8cd7cceb17c17 (diff) | |
download | guix-f673e713c0d16d2cf767400a91034f2147770e31.tar guix-f673e713c0d16d2cf767400a91034f2147770e31.tar.gz |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ 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") |