diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 35f224fa809..969bc28fa29 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm | |||
| @@ -11393,7 +11393,9 @@ integrated profiler via Sysprof, debugging support, and more.") | |||
| 11393 | ("python-pygobject" ,python-pygobject) | 11393 | ("python-pygobject" ,python-pygobject) |
| 11394 | ("python-unidecode" ,python-unidecode))) | 11394 | ("python-unidecode" ,python-unidecode))) |
| 11395 | (native-inputs | 11395 | (native-inputs |
| 11396 | `(("glib:bin" ,glib "bin") | 11396 | `(("desktop-file-utils" ,desktop-file-utils) |
| 11397 | ("gettext" ,gettext-minimal) | ||
| 11398 | ("glib:bin" ,glib "bin") | ||
| 11397 | ("gobject-introspection" ,gobject-introspection) | 11399 | ("gobject-introspection" ,gobject-introspection) |
| 11398 | ("pkg-config" ,pkg-config))) | 11400 | ("pkg-config" ,pkg-config))) |
| 11399 | (home-page "https://gitlab.com/valos/Komikku") | 11401 | (home-page "https://gitlab.com/valos/Komikku") |
