diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-08-18 19:01:22 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-08-18 22:47:52 +0300 |
commit | 43501bc00beef80fd295030231b7ebcc9b96d182 (patch) | |
tree | 1934a306ca3516fff056098905984fb8b052e209 | |
parent | 1bad479555801941b8ed55510071ef53479165c0 (diff) | |
download | guix-43501bc00beef80fd295030231b7ebcc9b96d182.tar.gz guix-43501bc00beef80fd295030231b7ebcc9b96d182.zip |
gnu: gtg: Add missing input.
* gnu/packages/gnome.scm (gtg)[native-inputs]: Add itstool.
-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 69e870adf8..4fdb4e5ece 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2801,6 +2801,7 @@ and how they are displayed (View).") gettext-minimal `(,glib "bin") gobject-introspection + itstool pkg-config python)) (inputs |