gnu: intltool: Fix typo.
* gnu/packages/glib.scm (intltool): Fix typo.
This commit is contained in:
parent
107b415e43
commit
e33d9d6f09
|
@ -147,7 +147,7 @@ dynamic loading, and an object system.")
|
||||||
;; the `intltool-update' script.
|
;; the `intltool-update' script.
|
||||||
("gettext" ,guix:gettext)
|
("gettext" ,guix:gettext)
|
||||||
|
|
||||||
("perl-xml-parser" ,xml:perl-xml-parser)
|
("perl-xml-parser" ,perl-xml-parser)
|
||||||
("perl" ,perl)))
|
("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")
|
||||||
|
|
Loading…
Reference in New Issue