me
/
guix
Archived
1
0
Fork 0

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.
Leo Famulari 2022-01-17 18:58:23 -05:00
parent 812ac22560
commit 3cf59e02e7
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 1 deletions

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