From 4277313883c6cd21c2abc652e224e369b258f226 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 11 Jul 2016 09:28:55 +0300 Subject: [PATCH] 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 cea4c44e50..5ce7ed4254 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