mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: pcre: Disallow references to the "doc" output.
* gnu/packages/pcre.scm (pcre)[arguments]: Add #:disallowed-references.
This commit is contained in:
parent
d46dd72c32
commit
d786d2f891
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ (define-public pcre
|
|||
("readline" ,readline)
|
||||
("zlib" ,zlib)))
|
||||
(arguments
|
||||
`(#:configure-flags '("--enable-utf"
|
||||
'(#:disallowed-references ("doc")
|
||||
#:configure-flags '("--enable-utf"
|
||||
"--enable-pcregrep-libz"
|
||||
"--enable-pcregrep-libbz2"
|
||||
"--enable-pcretest-libreadline"
|
||||
|
|
Loading…
Reference in a new issue