all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#43095] [PATCH] gnu: komikku: Build desktop file.
@ 2020-08-28 22:17 Leo Prikler
  2020-08-28 22:32 ` bug#43095: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Prikler @ 2020-08-28 22:17 UTC (permalink / raw)
  To: 43095

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#43095: [PATCH] gnu: komikku: Build desktop file.
  2020-08-28 22:17 [bug#43095] [PATCH] gnu: komikku: Build desktop file Leo Prikler
@ 2020-08-28 22:32 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-08-28 22:32 UTC (permalink / raw)
  To: Leo Prikler; +Cc: 43095-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-28 22:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-28 22:17 [bug#43095] [PATCH] gnu: komikku: Build desktop file Leo Prikler
2020-08-28 22:32 ` bug#43095: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.