diff mbox series

[bug#43095] gnu: komikku: Build desktop file.

Message ID 20200828221758.7143-1-leo.prikler@student.tugraz.at
State Accepted
Headers show
Series [bug#43095] gnu: komikku: Build desktop file. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Leo Prikler Aug. 28, 2020, 10:17 p.m. UTC
* gnu/packages/gnome.scm (komikku)[native-inputs]: Add desktop-file-utils
and gettext.
---
 gnu/packages/gnome.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Leo Famulari Aug. 28, 2020, 10:32 p.m. UTC | #1
On Sat, Aug 29, 2020 at 12:17:59AM +0200, Leo Prikler wrote:
> * gnu/packages/gnome.scm (komikku)[native-inputs]: Add desktop-file-utils
> and gettext.

Thanks! Pushed as a4782e401e426e933cb3d2792e16f3fea32b7a87
diff mbox series

Patch

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")