diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-12-26 19:39:59 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-10 11:47:00 -0500 |
commit | 235a0831038d21688dcb8d5080d827a82cd0a5a1 (patch) | |
tree | 9425930afbcc01de15aeb14296de815f62a82303 /gnu/packages/gnome.scm | |
parent | c1482ef31511fdd364c8fcde4a7fc04e9e566701 (diff) | |
download | guix-235a0831038d21688dcb8d5080d827a82cd0a5a1.tar.gz |
gnu: baobab: Add python to native inputs.
* gnu/packages/gnome.scm (baobab)[native-inputs]: Add python.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f69f401f95..47cf6bb955 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9168,6 +9168,7 @@ files.") (native-inputs `(("intltool" ,intltool) ("pkg-config" ,pkg-config) + ("python" ,python) ("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database ("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache ("itstool" ,itstool) |