summaryrefslogtreecommitdiff
path: root/gnu/packages/glib.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-04-21 21:09:49 +0200
committerLudovic Courtès <ludo@gnu.org>2013-04-21 21:09:49 +0200
commite33d9d6f09874f83bb5a03f49cb969a84588e10e (patch)
tree9d9e8f91302bc2a3aaab4638d5bf07cff21ce565 /gnu/packages/glib.scm
parent107b415e4381150a323b94da48b102cab74398c8 (diff)
downloadguix-patches-e33d9d6f09874f83bb5a03f49cb969a84588e10e.tar
guix-patches-e33d9d6f09874f83bb5a03f49cb969a84588e10e.tar.gz
gnu: intltool: Fix typo.
* gnu/packages/glib.scm (intltool): Fix typo.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r--gnu/packages/glib.scm2
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")