mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
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:
parent
096f442d7d
commit
a4782e401e
1 changed files with 3 additions and 1 deletions
|
@ -11393,7 +11393,9 @@ (define-public komikku
|
||||||
("python-pygobject" ,python-pygobject)
|
("python-pygobject" ,python-pygobject)
|
||||||
("python-unidecode" ,python-unidecode)))
|
("python-unidecode" ,python-unidecode)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin")
|
`(("desktop-file-utils" ,desktop-file-utils)
|
||||||
|
("gettext" ,gettext-minimal)
|
||||||
|
("glib:bin" ,glib "bin")
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://gitlab.com/valos/Komikku")
|
(home-page "https://gitlab.com/valos/Komikku")
|
||||||
|
|
Loading…
Reference in a new issue