From f673e713c0d16d2cf767400a91034f2147770e31 Mon Sep 17 00:00:00 2001 From: Daniel Meißner Date: Thu, 20 Jan 2022 12:47:59 +0100 Subject: gnu: seahorse: Fix failing build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- gnu/packages/gnome.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages') 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") -- cgit v1.2.3