gnu: gnome-calculator: Add python to native inputs.

* gnu/packages/gnome.scm (gnome-calculator)[native-inputs]: Add python.
This commit is contained in:
Maxim Cournoyer 2021-12-28 00:05:47 -05:00
parent 32d38a7142
commit f353ed53a9
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -10130,7 +10130,8 @@ (define-public gnome-calculator
("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
("itstool" ,itstool)
("vala" ,vala)
("pkg-config" ,pkg-config)))
("pkg-config" ,pkg-config)
("python" ,python)))
(inputs
`(("glib" ,glib)
("gtksourceview" ,gtksourceview)