mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: libxi: Add "doc" output.
* gnu/packages/xorg.scm (libxi)[outputs]: New field. [arguments]: Pass "--mandir".
This commit is contained in:
parent
49a09ea9e5
commit
4b797193d7
1 changed files with 5 additions and 1 deletions
|
@ -5156,8 +5156,12 @@ (define-public libxi
|
|||
(base32
|
||||
"0q8hz3slga3w3ch8wp0k7ay9ilhz315qnab0w1y2x9w3cf7hv8rn"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "doc")) ;man pages represent 28% of the total
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
'(#:configure-flags (list "--disable-static"
|
||||
(string-append "--mandir="
|
||||
(assoc-ref %outputs "doc")
|
||||
"/share/man"))))
|
||||
(propagated-inputs
|
||||
`(("xorgproto" ,xorgproto)
|
||||
("libx11" ,libx11)
|
||||
|
|
Loading…
Reference in a new issue