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>
This commit is contained in:
Leo Prikler 2020-08-29 00:17:59 +02:00 committed by Leo Famulari
parent 096f442d7d
commit a4782e401e
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -11393,7 +11393,9 @@ (define-public komikku
("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")