guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libratbag: Add python to native inputs.


From: guix-commits
Subject: branch master updated: gnu: libratbag: Add python to native inputs.
Date: Wed, 19 Jan 2022 17:02:32 -0500

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e415a73d2c gnu: libratbag: Add python to native inputs.
e415a73d2c is described below

commit e415a73d2c11e43f4db3b797ed73ab6ebcc336e0
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Wed Jan 19 14:07:13 2022 -0500

    gnu: libratbag: Add python to native inputs.
    
    Since commit 6f36d0c89e3bf19bb7bb8f7f5b77de30c9af861b, Meson no longer
    propagates Python.
    
    * gnu/packages/gnome.scm (libratbag)[native-inputs]: Add python.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2467dc8b7b..0ebffce224 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12055,7 +12055,7 @@ It uses pandoc as back-end for parsing Markdown.")
                  python-wrap)
                #t))))))
     (native-inputs
-     (list check pkg-config swig valgrind))
+     (list check pkg-config python swig valgrind))
     (inputs
      `(("glib" ,glib)
        ("json-glib" ,json-glib)



reply via email to

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