mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: gettext: Add "doc" output.
* gnu/packages/gettext.scm (gnu-gettext)[outputs]: New field.
This commit is contained in:
parent
27ec9624ca
commit
d7170f449c
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ (define-public gnu-gettext
|
|||
(base32
|
||||
"0pb9vp4ifymvdmc31ks3xxcnfqgzj8shll39czmk8c1splclqjzd"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out"
|
||||
"doc")) ;8 MiB of HTML
|
||||
(inputs
|
||||
`(("expat" ,expat)))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue