diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2020-08-29 00:17:59 +0200 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-08-28 18:31:48 -0400 |
commit | a4782e401e426e933cb3d2792e16f3fea32b7a87 (patch) | |
tree | 09dbba13c319b38b3372232c36339d500c1f8c21 /gnu/packages | |
parent | 096f442d7d98246eb9d003592f68689a631fd6af (diff) | |
download | guix-a4782e401e426e933cb3d2792e16f3fea32b7a87.tar guix-a4782e401e426e933cb3d2792e16f3fea32b7a87.tar.gz |
gnu: komikku: Build desktop file.
* gnu/packages/gnome.scm (komikku)[native-inputs]: Add desktop-file-utils
and gettext.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages')
-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 35f224fa80..969bc28fa2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11393,7 +11393,9 @@ integrated profiler via Sysprof, debugging support, and more.") ("python-pygobject" ,python-pygobject) ("python-unidecode" ,python-unidecode))) (native-inputs - `(("glib:bin" ,glib "bin") + `(("desktop-file-utils" ,desktop-file-utils) + ("gettext" ,gettext-minimal) + ("glib:bin" ,glib "bin") ("gobject-introspection" ,gobject-introspection) ("pkg-config" ,pkg-config))) (home-page "https://gitlab.com/valos/Komikku") |