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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 31762 in the body.
You can then email your comments to 31762 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#31762; Package guix-patches. (Fri, 08 Jun 2018 18:55:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Gábor Boskovits <boskovits <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 08 Jun 2018 18:55:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to guix-patches <at> gnu.org:
bug#31762; Package guix-patches. (Fri, 08 Jun 2018 19:25:03 GMT) Full text and rfc822 format available.

Message #8 received at 31762 <at> debbugs.gnu.org (full text, mbox):

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 1 (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)]

Reply sent to Oleg Pykhalov <go.wigust <at> gmail.com>:
You have taken responsibility. (Fri, 08 Jun 2018 19:25:04 GMT) Full text and rfc822 format available.

Notification sent to Gábor Boskovits <boskovits <at> gmail.com>:
bug acknowledged by developer. (Fri, 08 Jun 2018 19:25:05 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 07 Jul 2018 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 351 days ago.

Previous Next


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