diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-10-22 16:04:10 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-10-22 18:26:32 +0900 |
commit | 96eb27e93374f4a18ac48ef23a1fd123e37ed729 (patch) | |
tree | 39e90c6b43587abf7cd32f41715d1bb18ee068b3 /gnu | |
parent | 6e1b5d1a0c5bc9bf0e1dda5f89d2a11611e5d5c2 (diff) | |
download | guix-96eb27e93374f4a18ac48ef23a1fd123e37ed729.tar.gz guix-96eb27e93374f4a18ac48ef23a1fd123e37ed729.zip |
gnu: gtg: Fix build.
* gnu/packages/gnome.scm (gtg) [inputs]: Add gtksourceview-4.
Reported-by: Pkill9 <pkill9@runbox.com>
Suggested-by: Christopher Baines <mail@cbaines.net>
Fixes: <https://issues.guix.gnu.org/58508>
Change-Id: I5a017971af2ddb5cdb12d7dda74d3e6bd0635dba
Diffstat (limited to 'gnu')
-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 cf3d1a1496..b855494b3f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2887,6 +2887,7 @@ and how they are displayed (View).") (librsvg-for-system) gsettings-desktop-schemas gtk+ + gtksourceview-4 pango python python-dbus |