guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: komikku: Build desktop file.


From: guix-commits
Subject: branch master updated: gnu: komikku: Build desktop file.
Date: Fri, 28 Aug 2020 18:32:05 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a4782e4  gnu: komikku: Build desktop file.
a4782e4 is described below

commit a4782e401e426e933cb3d2792e16f3fea32b7a87
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Sat Aug 29 00:17:59 2020 +0200

    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>
---
 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 35f224f..969bc28 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";)



reply via email to

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