emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#31762: closed ([PATCH] gnu: exim: Add missing inpu


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31762: closed ([PATCH] gnu: exim: Add missing input.)
Date: Fri, 08 Jun 2018 19:25:04 +0000

Your message dated Fri, 08 Jun 2018 22:24:08 +0300
with message-id <address@hidden>
and subject line Re: [bug#31762] [PATCH] gnu: exim: Add missing input.
has caused the debbugs.gnu.org bug report #31762,
regarding [PATCH] gnu: exim: Add missing input.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31762: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31762
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: exim: Add missing input. Date: Fri, 8 Jun 2018 20:53:45 +0200
* 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 <address@hidden>
 ;;; Copyright © 2018 Pierre Langlois <address@hidden>
 ;;; Copyright © 2018 Alex Vong <address@hidden>
+;;; Copyright © 2018 Gábor Boskovits <address@hidden>
 ;;;
 ;;; 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#31762] [PATCH] gnu: exim: Add missing input. Date: Fri, 08 Jun 2018 22:24:08 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hello Gábor,

Thank you for the fix.  I've applied it with tiny changes.

Gábor Boskovits <address@hidden> writes:

> * gnu/packages/mail.scm (exim)[inputs]: Add libnsl.
> * gnu/packages/mail.scm: Import onc-rpc.
> * gnu/packages/mail.scm: Add copyright line.

First line is enough for description in this case.

> ---
>  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 <address@hidden>
>  ;;; Copyright © 2018 Pierre Langlois <address@hidden>
>  ;;; Copyright © 2018 Alex Vong <address@hidden>
> +;;; Copyright © 2018 Gábor Boskovits <address@hidden>
>  ;;;
>  ;;; 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)
                   ^
                   Missing one space (technically not required).

>         ("libxt" ,libxt)
>         ("libxaw" ,libxaw)))
>      (native-inputs

Pushed as c315d3705821ae5c3d15a35a2c83bd870901e906

Oleg.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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