gnu: pcre: Add "doc" output.

* gnu/packages/pcre.scm (pcre)[outputs]: New field.
master
Ludovic Courtès 2015-12-15 23:35:09 +01:00
parent 0573bb5e61
commit 6042f40bfa
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@
(base32
"1pvra19ljkr5ky35y2iywjnsckrs9ch2anrf5b0dc91hw8v2vq5r"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ;1.8 MiB of HTML
(inputs `(("bzip2" ,bzip2)
("readline" ,readline)
("zlib" ,zlib)))