me
/
guix
Archived
1
0
Fork 0

build-system/gnu: Fix reference to Gettext in 'dist-package'.

* guix/build-system/gnu.scm (dist-package): Change 'gettext' to
  'gnu-gettext'.
master
Ludovic Courtès 2013-12-04 21:43:55 +01:00
parent dd1a5a152c
commit f4badde3fa
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ runs `make distcheck' and whose result is one or more source tarballs."
`(("autoconf" ,(ref '(gnu packages autotools) 'autoconf)) `(("autoconf" ,(ref '(gnu packages autotools) 'autoconf))
("automake" ,(ref '(gnu packages autotools) 'automake)) ("automake" ,(ref '(gnu packages autotools) 'automake))
("libtool" ,(ref '(gnu packages autotools) 'libtool) "bin") ("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)))))))) ("texinfo" ,(ref '(gnu packages texinfo) 'texinfo))))))))