mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: baobab: Add python to native inputs.
* gnu/packages/gnome.scm (baobab)[native-inputs]: Add python.
This commit is contained in:
parent
c1482ef315
commit
235a083103
1 changed files with 1 additions and 0 deletions
|
@ -9168,6 +9168,7 @@ (define-public baobab
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
|
("python" ,python)
|
||||||
("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
|
("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
|
||||||
("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
|
("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
|
||||||
("itstool" ,itstool)
|
("itstool" ,itstool)
|
||||||
|
|
Loading…
Reference in a new issue