guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: procmail: Remove unneeded glibc input.


From: Ludovic Courtès
Subject: 01/01: gnu: procmail: Remove unneeded glibc input.
Date: Fri, 10 Jun 2016 11:58:08 +0000 (UTC)

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

commit 05aa576b378f1d0debb386948857eb451b90b31f
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jun 10 13:57:14 2016 +0200

    gnu: procmail: Remove unneeded glibc input.
    
    * gnu/packages/mail.scm (procmail)[inputs]: Remove GLIBC.
---
 gnu/packages/mail.scm |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index b456327..a1993bc 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2014 Ian Denhardt <address@hidden>
 ;;; Copyright © 2014 Sou Bunnbu <address@hidden>
@@ -1168,8 +1168,7 @@ deliver it in various ways.")
     ;; filesystem are performed during 'make install'.  However, these
     ;; are performed before the actual build process.
     (build-system gnu-build-system)
-    (inputs `(("glibc" ,glibc)
-              ("exim" ,exim)))
+    (inputs `(("exim" ,exim)))
     (home-page "http://www.procmail.org/";)
     (synopsis "Versatile mail delivery agent (MDA)")
     (description "Procmail is a mail delivery agent (MDA) featuring support



reply via email to

[Prev in Thread] Current Thread [Next in Thread]