Archived
1
0
Fork 0

gnu: jami: Use gettext-minimal.

* gnu/packages/jami.scm (jami)[native-inputs]: Use "gettext-minimal" instead
of "gnu-gettext".

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
This commit is contained in:
Jan Wielkiewicz 2020-05-02 03:14:48 +02:00 committed by Mathieu Othacehe
parent 2ff4e549bb
commit f06eefa31d
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -319,7 +319,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" ,gnu-gettext) ("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin") ("glib:bin" ,glib "bin")
("doxygen" ,doxygen))) ("doxygen" ,doxygen)))
(propagated-inputs (propagated-inputs