gnu: jami: Make some inputs native.
* gnu/packages/telephony.scm (jami)[inputs]: Move gettext from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
a7f6202437
commit
28c0a2d4f5
@ -18,6 +18,7 @@
|
|||||||
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
|
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
|
||||||
;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
|
;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
|
||||||
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
|
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
@ -969,7 +970,6 @@ This package provides a library common to all Jami clients.")
|
|||||||
("libnotify" ,libnotify)
|
("libnotify" ,libnotify)
|
||||||
("clutter" ,clutter)
|
("clutter" ,clutter)
|
||||||
("clutter-gtk" ,clutter-gtk)
|
("clutter-gtk" ,clutter-gtk)
|
||||||
("gettext" ,gettext-minimal)
|
|
||||||
("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
|
||||||
@ -986,6 +986,7 @@ This package provides a library common to all Jami clients.")
|
|||||||
("sqlite" ,sqlite-with-column-metadata)))
|
("sqlite" ,sqlite-with-column-metadata)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
("gettext" ,gettext-minimal)
|
||||||
("glib:bin" ,glib "bin")
|
("glib:bin" ,glib "bin")
|
||||||
("doxygen" ,doxygen)))
|
("doxygen" ,doxygen)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user