diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-04-21 21:09:49 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-04-21 21:09:49 +0200 |
commit | e33d9d6f09874f83bb5a03f49cb969a84588e10e (patch) | |
tree | 9d9e8f91302bc2a3aaab4638d5bf07cff21ce565 | |
parent | 107b415e4381150a323b94da48b102cab74398c8 (diff) | |
download | guix-e33d9d6f09874f83bb5a03f49cb969a84588e10e.tar guix-e33d9d6f09874f83bb5a03f49cb969a84588e10e.tar.gz |
gnu: intltool: Fix typo.
* gnu/packages/glib.scm (intltool): Fix typo.
-rw-r--r-- | gnu/packages/glib.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 8219196adf..135c672818 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -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") |