me
/
guix
Archived
1
0
Fork 0

gnu: jami: Make gettext a native input.

* gnu/packages/jami.scm (jami)[inputs]: Move "gettext" to ...
[native-inputs]: ... here.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
master
Jan Wielkiewicz 2020-05-02 03:14:45 +02:00 committed by Mathieu Othacehe
parent 63e6f1cdee
commit 7f8f39d344
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,6 @@ This package provides a library common to all Jami clients.")
("libnotify" ,libnotify)
("clutter" ,clutter)
("clutter-gtk" ,clutter-gtk)
("gettext" ,gnu-gettext)
("libcanberra" ,libcanberra)
("webkitgtk" ,webkitgtk)
;; TODO: We must wrap ring-client-gnome to force using the
@ -327,6 +326,7 @@ This package provides a library common to all Jami clients.")
("sqlite" ,sqlite-with-column-metadata)))
(native-inputs
`(("pkg-config" ,pkg-config)
("gettext" ,gnu-gettext)
("glib:bin" ,glib "bin")
("doxygen" ,doxygen)))
(propagated-inputs