mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
build-system/gnu: Fix reference to Gettext in 'dist-package'.
* guix/build-system/gnu.scm (dist-package): Change 'gettext' to 'gnu-gettext'.
This commit is contained in:
parent
dd1a5a152c
commit
f4badde3fa
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ (define* (dist-package p source)
|
||||||
`(("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))))))))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue