summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-04-21 11:27:37 +0200
committerLudovic Courtès <ludo@gnu.org>2013-04-21 11:27:37 +0200
commit107b415e4381150a323b94da48b102cab74398c8 (patch)
treee2e480fe35997be48a4ed389b012f9aff301521f
parentd6b8cb5c4a54c35b31304b2c96c7ab0082434d2a (diff)
downloadguix-patches-107b415e4381150a323b94da48b102cab74398c8.tar
guix-patches-107b415e4381150a323b94da48b102cab74398c8.tar.gz
gnu: intltool: Propagate gettext.
* gnu/packages/glib.scm (intltool): Propagate gettext.
-rw-r--r--gnu/packages/glib.scm8
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index e7de0e490c..8219196adf 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -143,8 +143,12 @@ dynamic loading, and an object system.")
"01j4yd7i84n9nk4ccs6yifg84pp68nr9by57jdbhj7dpdxf5rwk7"))))
(build-system gnu-build-system)
(propagated-inputs
- `(("perl" ,perl)
- ("perl-xml-parser" ,perl-xml-parser)))
+ `(;; Propagate gettext because users expect it to be there, and so does
+ ;; the `intltool-update' script.
+ ("gettext" ,guix:gettext)
+
+ ("perl-xml-parser" ,xml:perl-xml-parser)
+ ("perl" ,perl)))
(home-page "https://launchpad.net/intltool/+download")
(synopsis "Tools to centralise translations of different file formats")
(description