From a4782e401e426e933cb3d2792e16f3fea32b7a87 Mon Sep 17 00:00:00 2001 From: Leo Prikler Date: Sat, 29 Aug 2020 00:17:59 +0200 Subject: [PATCH] gnu: komikku: Build desktop file. * gnu/packages/gnome.scm (komikku)[native-inputs]: Add desktop-file-utils and gettext. Signed-off-by: Leo Famulari --- gnu/packages/gnome.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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") -- 2.20.1