From f353ed53a97eb932088c0cc534290bee58361c5e Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 28 Dec 2021 00:05:47 -0500 Subject: gnu: gnome-calculator: Add python to native inputs. * gnu/packages/gnome.scm (gnome-calculator)[native-inputs]: Add python. --- gnu/packages/gnome.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1ce3850079..48c74840b2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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) -- cgit v1.2.3