mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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>
This commit is contained in:
parent
63e6f1cdee
commit
7f8f39d344
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,6 @@ (define-public jami
|
||||||
("libnotify" ,libnotify)
|
("libnotify" ,libnotify)
|
||||||
("clutter" ,clutter)
|
("clutter" ,clutter)
|
||||||
("clutter-gtk" ,clutter-gtk)
|
("clutter-gtk" ,clutter-gtk)
|
||||||
("gettext" ,gnu-gettext)
|
|
||||||
("libcanberra" ,libcanberra)
|
("libcanberra" ,libcanberra)
|
||||||
("webkitgtk" ,webkitgtk)
|
("webkitgtk" ,webkitgtk)
|
||||||
;; TODO: We must wrap ring-client-gnome to force using the
|
;; TODO: We must wrap ring-client-gnome to force using the
|
||||||
|
@ -327,6 +326,7 @@ (define-public jami
|
||||||
("sqlite" ,sqlite-with-column-metadata)))
|
("sqlite" ,sqlite-with-column-metadata)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
("gettext" ,gnu-gettext)
|
||||||
("glib:bin" ,glib "bin")
|
("glib:bin" ,glib "bin")
|
||||||
("doxygen" ,doxygen)))
|
("doxygen" ,doxygen)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue