gnu: intltool: Fix typo.

* gnu/packages/glib.scm (intltool): Fix typo.
This commit is contained in:
Ludovic Courtès 2013-04-21 21:09:49 +02:00
parent 107b415e43
commit e33d9d6f09
1 changed files with 1 additions and 1 deletions

View File

@ -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")