diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-12-16 22:15:14 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-12-16 22:27:37 +0100 |
commit | 68c4e88db62869c66e2efd23955f0f94b2964eb4 (patch) | |
tree | 17b9aeb1204a9f3157f419cb4ea8c998673f602b /gnu | |
parent | 9628035145adf221c8686dc66f1ba85d8d2da3ec (diff) |
gnu: komikku: Use new style.
* gnu/packages/gnome.scm (komikku)[native-inputs]: Remove labels.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d269945235..14890e57ab 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, |