emacs-bug-tracker
[Top][All Lists]
Advanced

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

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


From: GNU bug Tracking System
Subject: bug#53386: closed ([PATCH] gnu: seahorse: Fix failing build)
Date: Thu, 20 Jan 2022 13:32:01 +0000

Your message dated Thu, 20 Jan 2022 14:31:10 +0100
with message-id <87mtjq355t.fsf@gnu.org>
and subject line Re: bug#53386: [PATCH] gnu: seahorse: Fix failing build
has caused the debbugs.gnu.org bug report #53386,
regarding [PATCH] gnu: seahorse: Fix failing build
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53386: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53386
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Subject: Re: bug#53386: [PATCH] gnu: seahorse: Fix failing build Date: Thu, 20 Jan 2022 14:31:10 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
> * gnu/packages/gnome.scm (seahorse)[native-inputs]: Add python.

Pushed, thanks!

Mathieu


--- End Message ---

reply via email to

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