guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Daniel Meißner
Subject: [bug#53386] [PATCH] gnu: seahorse: Fix failing build
Date: Thu, 20 Jan 2022 12:47:59 +0100

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(+)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]