mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: pcre: Add "bin" output.
* gnu/packages/pcre.scm (pcre)[outputs]: Add "bin".
This commit is contained in:
parent
c74c7c1317
commit
6d49ca3bad
1 changed files with 3 additions and 2 deletions
|
@ -45,8 +45,9 @@ (define-public pcre
|
|||
"1pvra19ljkr5ky35y2iywjnsckrs9ch2anrf5b0dc91hw8v2vq5r"))
|
||||
(patches (list (search-patch "pcre-CVE-2016-3191.patch")))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out"
|
||||
"doc")) ;1.8 MiB of HTML
|
||||
(outputs '("out" ;library & headers
|
||||
"bin" ;depends on Readline (adds 20MiB to the closure)
|
||||
"doc")) ;1.8 MiB of HTML
|
||||
(inputs `(("bzip2" ,bzip2)
|
||||
("readline" ,readline)
|
||||
("zlib" ,zlib)))
|
||||
|
|
Loading…
Reference in a new issue