mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 20:57:12 -05:00
gnu: shotwell: Add python to native inputs.
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (shotwell)[native-inputs]: Add python.
This commit is contained in:
parent
5adec4cc05
commit
65b2b14235
1 changed files with 1 additions and 0 deletions
|
@ -7105,6 +7105,7 @@ (define-public shotwell
|
|||
("glib:bin" ,glib "bin")
|
||||
("itstool" ,itstool)
|
||||
("pkg-config" ,pkg-config)
|
||||
("python" ,python)
|
||||
("vala" ,vala)))
|
||||
(inputs
|
||||
`(("gcr" ,gcr)
|
||||
|
|
Loading…
Reference in a new issue