summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-12-19 01:04:09 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-01-10 11:44:38 -0500
commitb925b3c6dca3cf012b9e08f69c624273e53929cb (patch)
tree705d4e364946c4fe1de9a0f62cb26af8748018df /gnu/packages/gnome.scm
parent00ed8c6fe9d1e2242d79db9eb548517336d80e9c (diff)
downloadguix-patches-b925b3c6dca3cf012b9e08f69c624273e53929cb.tar
guix-patches-b925b3c6dca3cf012b9e08f69c624273e53929cb.tar.gz
gnu: tracker: Add python to native inputs.
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (tracker)[native-inputs]: Add python.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index dba5646f09..029f4f4536 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8907,6 +8907,7 @@ easy, safe, and automatic.")
("intltool" ,intltool)
("dbus" ,dbus)
("pkg-config" ,pkg-config)
+ ("python" ,python)
("vala" ,vala)))
(inputs
`(("dbus" ,dbus)