GNU bug report logs -
#31762
[PATCH] gnu: exim: Add missing input.
Previous Next
Reported by: Gábor Boskovits <boskovits <at> gmail.com>
Date: Fri, 8 Jun 2018 18:55:01 UTC
Severity: normal
Tags: patch
Done: Oleg Pykhalov <go.wigust <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/mail.scm (exim)[inputs]: Add libnsl.
* gnu/packages/mail.scm: Import onc-rpc.
* gnu/packages/mail.scm: Add copyright line.
---
gnu/packages/mail.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 0effaa16a..d2ee026ee 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -26,6 +26,7 @@
;;; Copyright © 2017 Rene Saavedra <rennes <at> openmailbox.org>
;;; Copyright © 2018 Pierre Langlois <pierre.langlois <at> gmx.com>
;;; Copyright © 2018 Alex Vong <alexvong1995 <at> gmail.com>
+;;; Copyright © 2018 Gábor Boskovits <boskovits <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -81,6 +82,7 @@
#:use-module (gnu packages m4)
#:use-module (gnu packages ncurses)
#:use-module (gnu packages openldap)
+ #:use-module (gnu packages onc-rpc)
#:use-module (gnu packages pcre)
#:use-module (gnu packages perl)
#:use-module (gnu packages python)
@@ -1136,6 +1138,7 @@ delivery.")
("bzip2" ,bzip2)
("xz" ,xz)
("perl" ,perl)
+ ("libnsl",libnsl)
("libxt" ,libxt)
("libxaw" ,libxaw)))
(native-inputs
--
2.17.1
This bug report was last modified 7 years and 41 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.