mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05: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:
parent
812ac22560
commit
3cf59e02e7
1 changed files with 2 additions and 1 deletions
|
@ -223,7 +223,8 @@ (define-public blanket
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue