diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-12-28 00:05:47 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-10 11:47:03 -0500 |
commit | f353ed53a97eb932088c0cc534290bee58361c5e (patch) | |
tree | 54ca2e88fae4ca5ccf05a40632bb7a0fd1403059 /gnu/packages/gnome.scm | |
parent | 32d38a7142f36c67fd40469add29fad851364496 (diff) | |
download | guix-f353ed53a97eb932088c0cc534290bee58361c5e.tar.gz |
gnu: gnome-calculator: Add python to native inputs.
* gnu/packages/gnome.scm (gnome-calculator)[native-inputs]: Add python.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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) |