1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 09:00:39 +02:00

gnu: Blanket: Add python to native-inputs.

Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.

* gnu/packages/task-management.scm (blanket)[native-inputs]: Add python.
This commit is contained in:
Leo Famulari
2022-01-17 18:58:23 -05:00
parent 812ac22560
commit 3cf59e02e7

View File

@@ -223,7 +223,8 @@ a task.")
("glib:bin" ,glib "bin")
("gobject-introspection" ,gobject-introspection)
("gtk+:bin" ,gtk+ "bin")
("pkg-config" ,pkg-config)))
("pkg-config" ,pkg-config)
("python" ,python)))
(inputs
(list appstream-glib
gsettings-desktop-schemas