gnu: libxt: Add "doc" output.

* gnu/packages/xorg.scm (libxt)[outputs, arguments]: New fields.
master
Ludovic Courtès 2015-09-11 09:40:29 +02:00
parent bac4818467
commit a1d5a6f913
1 changed files with 6 additions and 0 deletions

View File

@ -5017,6 +5017,12 @@ draggable titlebars and borders.")
(base32
"0myxwbx9ylam5x3ia5b5f4x8azcqdm420h9ad1r4hrgmi2lrffl4"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ;2 MiB of man pages + XML
(arguments
'(#:configure-flags (list (string-append "--mandir="
(assoc-ref %outputs "doc")
"/share/man"))))
(propagated-inputs
`(("libx11" ,libx11)
("libice" ,libice)