From e33d9d6f09874f83bb5a03f49cb969a84588e10e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Sun, 21 Apr 2013 21:09:49 +0200
Subject: [PATCH] gnu: intltool: Fix typo.

* gnu/packages/glib.scm (intltool): Fix typo.
---
 gnu/packages/glib.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 8219196adf8..135c6728183 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -147,7 +147,7 @@ (define-public intltool
        ;; 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")
-- 
GitLab