gnu: baobab: Add python to native inputs.

* gnu/packages/gnome.scm (baobab)[native-inputs]: Add python.
This commit is contained in:
Maxim Cournoyer 2021-12-26 19:39:59 -05:00
parent c1482ef315
commit 235a083103
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -9168,6 +9168,7 @@ (define-public baobab
(native-inputs
`(("intltool" ,intltool)
("pkg-config" ,pkg-config)
("python" ,python)
("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
("itstool" ,itstool)