GNU bug report logs - #31762
[PATCH] gnu: exim: Add missing input.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Gábor Boskovits <boskovits <at> gmail.com>
Subject: bug#31762: closed (Re: [bug#31762] [PATCH] gnu: exim: Add missing
 input.)
Date: Fri, 08 Jun 2018 19:25:05 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#31762: [PATCH] gnu: exim: Add missing input.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 31762 <at> debbugs.gnu.org.

-- 
31762: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31762
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: Gábor Boskovits <boskovits <at> gmail.com>
Cc: 31762-done <at> debbugs.gnu.org, 31762 <at> debbugs.gnu.org
Subject: Re: [bug#31762] [PATCH] gnu: exim: Add missing input.
Date: Fri, 08 Jun 2018 22:24:08 +0300
[Message part 3 (text/plain, inline)]
Hello Gábor,

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

Gábor Boskovits <boskovits <at> gmail.com> 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 <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)
                   ^
                   Missing one space (technically not required).

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

Pushed as c315d3705821ae5c3d15a35a2c83bd870901e906

Oleg.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Gábor Boskovits <boskovits <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Gábor Boskovits <boskovits <at> gmail.com>
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 <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 6 years and 352 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.