GNU bug report logs - #53386
[PATCH] gnu: seahorse: Fix failing build

Previous Next

Package: guix-patches;

Reported by: Daniel Meißner <daniel.meissner-i4k <at> ruhr-uni-bochum.de>

Date: Thu, 20 Jan 2022 11:49:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Daniel Meißner <daniel.meissner-i4k <at> ruhr-uni-bochum.de>
Subject: bug#53386: closed (Re: bug#53386: [PATCH] gnu: seahorse: Fix
 failing build)
Date: Thu, 20 Jan 2022 13:32:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 53386 <at> debbugs.gnu.org.

-- 
53386: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53386
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Daniel Meißner <daniel.meissner-i4k <at> ruhr-uni-bochum.de>
Cc: 53386-done <at> debbugs.gnu.org
Subject: Re: bug#53386: [PATCH] gnu: seahorse: Fix failing build
Date: Thu, 20 Jan 2022 14:31:10 +0100
> * gnu/packages/gnome.scm (seahorse)[native-inputs]: Add python.

Pushed, thanks!

Mathieu

[Message part 3 (message/rfc822, inline)]
From: Daniel Meißner
 <daniel.meissner-i4k <at> ruhr-uni-bochum.de>
To: guix-patches <at> gnu.org
Cc: Daniel Meißner <daniel.meissner-i4k <at> ruhr-uni-bochum.de>
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




This bug report was last modified 3 years and 121 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.