mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: pcre: Add "doc" output.
* gnu/packages/pcre.scm (pcre)[outputs]: New field.
This commit is contained in:
parent
0573bb5e61
commit
6042f40bfa
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ (define-public pcre
|
|||
(base32
|
||||
"1pvra19ljkr5ky35y2iywjnsckrs9ch2anrf5b0dc91hw8v2vq5r"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out"
|
||||
"doc")) ;1.8 MiB of HTML
|
||||
(inputs `(("bzip2" ,bzip2)
|
||||
("readline" ,readline)
|
||||
("zlib" ,zlib)))
|
||||
|
|
Loading…
Reference in a new issue