guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: komikku: Use new style.


From: guix-commits
Subject: 02/02: gnu: komikku: Use new style.
Date: Thu, 16 Dec 2021 16:29:33 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit 68c4e88db62869c66e2efd23955f0f94b2964eb4
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Thu Dec 16 22:15:14 2021 +0100

    gnu: komikku: Use new style.
    
    * gnu/packages/gnome.scm (komikku)[native-inputs]: Remove labels.
---
 gnu/packages/gnome.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d269945..14890e5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12403,11 +12403,11 @@ integrated profiler via Sysprof, debugging support, 
and more.")
            python-unidecode
            webkitgtk-with-libsoup2))
     (native-inputs
-     `(("desktop-file-utils" ,desktop-file-utils)
-       ("gettext" ,gettext-minimal)
-       ("glib:bin" ,glib "bin")
-       ("gobject-introspection" ,gobject-introspection)
-       ("pkg-config" ,pkg-config)))
+     (list desktop-file-utils
+           gettext-minimal
+           `(,glib "bin")
+           gobject-introspection
+           pkg-config))
     (home-page "https://gitlab.com/valos/Komikku";)
     (synopsis "Manga reader for GNOME")
     (description "Komikku is an online/offline manga reader for GNOME,



reply via email to

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