build-system/gnu: Fix reference to Gettext in 'dist-package'.
* guix/build-system/gnu.scm (dist-package): Change 'gettext' to 'gnu-gettext'.master
parent
dd1a5a152c
commit
f4badde3fa
|
@ -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))))))))
|
||||
|
||||
|
||||
|
|
Reference in New Issue