guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: seahorse: Fix failing build.


From: guix-commits
Subject: branch master updated: gnu: seahorse: Fix failing build.
Date: Thu, 20 Jan 2022 08:30:57 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f673e713c0 gnu: seahorse: Fix failing build.
f673e713c0 is described below

commit f673e713c0d16d2cf767400a91034f2147770e31
Author: Daniel Meißner <daniel.meissner-i4k@ruhr-uni-bochum.de>
AuthorDate: Thu Jan 20 12:47:59 2022 +0100

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



reply via email to

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