guix-patches
[Top][All Lists]
Advanced

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

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


From: Kei Kebreau
Subject: bug#26768: [PATCH] gnu: openssh: groff is a native-input.
Date: Thu, 04 May 2017 15:54:49 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Leo Famulari <address@hidden> 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!

Attachment: signature.asc
Description: PGP signature


reply via email to

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