~ruther/guix-local

e33d9d6f09874f83bb5a03f49cb969a84588e10e — Ludovic Courtès 13 years ago 107b415
gnu: intltool: Fix typo.

* gnu/packages/glib.scm (intltool): Fix typo.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/glib.scm
M gnu/packages/glib.scm => gnu/packages/glib.scm +1 -1
@@ 147,7 147,7 @@ dynamic loading, and an object system.")
       ;; the `intltool-update' script.
       ("gettext" ,guix:gettext)

       ("perl-xml-parser" ,xml:perl-xml-parser)
       ("perl-xml-parser" ,perl-xml-parser)
       ("perl" ,perl)))
    (home-page "https://launchpad.net/intltool/+download")
    (synopsis "Tools to centralise translations of different file formats")