GNU bug report logs - #26768
[PATCH] gnu: openssh: groff is a native-input.

Previous Next

Package: guix-patches;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Wed, 3 May 2017 23:45:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


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

From: Kei Kebreau <kei <at> openmailbox.org>
To: Leo Famulari <leo <at> famulari.name>
Cc: 26768 <at> debbugs.gnu.org
Subject: Re: bug#26768: [PATCH] gnu: openssh: groff is a native-input.
Date: Thu, 04 May 2017 15:54:49 -0400
[Message part 1 (text/plain, inline)]
Leo Famulari <leo <at> famulari.name> writes:

> * gnu/packages/ssh.scm (openssh)[inputs]: Move groff ...
> [native-inputs]: ... here.
> ---
>  gnu/packages/ssh.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
> index 135083ad2..2a190a57d 100644
> --- a/gnu/packages/ssh.scm
> +++ b/gnu/packages/ssh.scm
> @@ -135,8 +135,8 @@ a server that supports the SSH-2 protocol.")
>              (sha256 (base32
>                       "1w7rb5gbrikxdkp8w7zxnci4549gk4bw1lml01s59w5rzb2y6ilq"))))
>     (build-system gnu-build-system)
> -   (inputs `(("groff" ,groff)
> -             ("openssl" ,openssl)
> +   (native-inputs `(("groff" ,groff)))
> +   (inputs `(("openssl" ,openssl)
>               ("pam" ,linux-pam)
>               ("mit-krb5" ,mit-krb5)
>               ("zlib" ,zlib)

LGTM!
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 8 years and 112 days ago.

Previous Next


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