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:
Efraim Flashner 2016-07-11 09:28:55 +03:00
parent 8b5ed303dd
commit 4277313883
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -705,12 +705,12 @@ (define-public exim
("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