summaryrefslogtreecommitdiff
path: root/guix/build-system/gnu.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-12-04 21:43:55 +0100
committerLudovic Courtès <ludo@gnu.org>2013-12-04 21:43:55 +0100
commitf4badde3fab0e2b05574811de712b6dab676cbc4 (patch)
tree7ef39694a2f8d9783c9acd260a71b8e5804c141c /guix/build-system/gnu.scm
parentdd1a5a152c679ba2d386dc66127a0de924182e26 (diff)
downloadguix-patches-f4badde3fab0e2b05574811de712b6dab676cbc4.tar
guix-patches-f4badde3fab0e2b05574811de712b6dab676cbc4.tar.gz
build-system/gnu: Fix reference to Gettext in 'dist-package'.
* guix/build-system/gnu.scm (dist-package): Change 'gettext' to 'gnu-gettext'.
Diffstat (limited to 'guix/build-system/gnu.scm')
-rw-r--r--guix/build-system/gnu.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/build-system/gnu.scm b/guix/build-system/gnu.scm
index 333ae9273e..a50ca134f2 100644
--- a/guix/build-system/gnu.scm
+++ b/guix/build-system/gnu.scm
@@ -187,7 +187,7 @@ runs `make distcheck' and whose result is one or more source tarballs."
`(("autoconf" ,(ref '(gnu packages autotools) 'autoconf))
("automake" ,(ref '(gnu packages autotools) 'automake))
("libtool" ,(ref '(gnu packages autotools) 'libtool) "bin")
- ("gettext" ,(ref '(gnu packages gettext) 'gettext))
+ ("gettext" ,(ref '(gnu packages gettext) 'gnu-gettext))
("texinfo" ,(ref '(gnu packages texinfo) 'texinfo))))))))