me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/gnome.scm (gnome-calculator)[native-inputs]: Add python.
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -10130,7 +10130,8 @@ handling the startup notification side.")
("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)