guix-commits
[Top][All Lists]
Advanced

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

54/145: gnu: tracker: Add python to native inputs.


From: guix-commits
Subject: 54/145: gnu: tracker: Add python to native inputs.
Date: Mon, 10 Jan 2022 11:44:08 -0500 (EST)

apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit c6bf592dd3794fb9c95384287373449e08502a52
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Dec 19 01:04:09 2021 -0500

    gnu: tracker: Add python to native inputs.
    
    Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
    propagates Python.
    
    * gnu/packages/gnome.scm (tracker)[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 75eaac827c..91eb5b3f5a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8908,6 +8908,7 @@ easy, safe, and automatic.")
        ("intltool" ,intltool)
        ("dbus" ,dbus)
        ("pkg-config" ,pkg-config)
+       ("python" ,python)
        ("vala" ,vala)))
     (inputs
      `(("dbus" ,dbus)



reply via email to

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