guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Leo Prikler
Subject: [bug#43095] [PATCH] gnu: komikku: Build desktop file.
Date: Sat, 29 Aug 2020 00:17:59 +0200

* 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(-)

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.28.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]