gnu: intltool: Propagate gettext.
* gnu/packages/glib.scm (intltool): Propagate gettext.
This commit is contained in:
parent
d6b8cb5c4a
commit
107b415e43
|
@ -143,8 +143,12 @@ dynamic loading, and an object system.")
|
||||||
"01j4yd7i84n9nk4ccs6yifg84pp68nr9by57jdbhj7dpdxf5rwk7"))))
|
"01j4yd7i84n9nk4ccs6yifg84pp68nr9by57jdbhj7dpdxf5rwk7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("perl" ,perl)
|
`(;; Propagate gettext because users expect it to be there, and so does
|
||||||
("perl-xml-parser" ,perl-xml-parser)))
|
;; the `intltool-update' script.
|
||||||
|
("gettext" ,guix:gettext)
|
||||||
|
|
||||||
|
("perl-xml-parser" ,xml:perl-xml-parser)
|
||||||
|
("perl" ,perl)))
|
||||||
(home-page "https://launchpad.net/intltool/+download")
|
(home-page "https://launchpad.net/intltool/+download")
|
||||||
(synopsis "Tools to centralise translations of different file formats")
|
(synopsis "Tools to centralise translations of different file formats")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue