gnu: exim: Adjust to pcre output split.
* gnu/packages/mail.scm (exim)[native-inputs]: Add pcre:bin. [inputs]: Remove pcre.
This commit is contained in:
parent
8b5ed303dd
commit
4277313883
|
@ -705,12 +705,12 @@ delivery.")
|
|||
("gzip" ,gzip)
|
||||
("bzip2" ,bzip2)
|
||||
("xz" ,xz)
|
||||
("pcre" ,pcre)
|
||||
("perl" ,perl)
|
||||
("libxt" ,libxt)
|
||||
("libxaw" ,libxaw)))
|
||||
(native-inputs
|
||||
`(("perl" ,perl)))
|
||||
`(("pcre" ,pcre "bin")
|
||||
("perl" ,perl)))
|
||||
(arguments
|
||||
'(#:phases
|
||||
(alist-replace
|
||||
|
|
Loading…
Reference in New Issue