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:
Leo Famulari 2022-01-17 19:05:11 -05:00
parent 5adec4cc05
commit 65b2b14235
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -7105,6 +7105,7 @@ (define-public shotwell
("glib:bin" ,glib "bin")
("itstool" ,itstool)
("pkg-config" ,pkg-config)
("python" ,python)
("vala" ,vala)))
(inputs
`(("gcr" ,gcr)