mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: procmail: Remove unneeded glibc input.
* gnu/packages/mail.scm (procmail)[inputs]: Remove GLIBC.
This commit is contained in:
parent
bbe032940c
commit
05aa576b37
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
|
||||
;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net>
|
||||
;;; Copyright © 2014 Sou Bunnbu <iyzsong@gmail.com>
|
||||
|
@ -1168,8 +1168,7 @@ (define-public procmail
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue