efraim pushed a commit to branch core-updates
in repository guix.

commit 4277313883c6cd21c2abc652e224e369b258f226
Author: Efraim Flashner <[email protected]>
Date:   Mon Jul 11 09:28:55 2016 +0300

    gnu: exim: Adjust to pcre output split.
    
    * gnu/packages/mail.scm (exim)[native-inputs]: Add pcre:bin.
    [inputs]: Remove pcre.
---
 gnu/packages/mail.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index cea4c44..5ce7ed4 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -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

Reply via email to