all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kei Kebreau <kei@openmailbox.org>
To: Leo Famulari <leo@famulari.name>
Cc: 26768@debbugs.gnu.org
Subject: bug#26768: [PATCH] gnu: openssh: groff is a native-input.
Date: Thu, 04 May 2017 15:54:49 -0400	[thread overview]
Message-ID: <87shkkgzxy.fsf@openmailbox.org> (raw)
In-Reply-To: <7d44d15699b9fa3bad8e9de16a6106d0ddff7d6b.1493855039.git.leo@famulari.name> (Leo Famulari's message of "Wed, 3 May 2017 19:43:59 -0400")

[-- Attachment #1: Type: text/plain, Size: 855 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2017-05-04 19:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-03 23:43 bug#26768: [PATCH] gnu: openssh: groff is a native-input Leo Famulari
2017-05-04 19:54 ` Kei Kebreau [this message]
2017-05-05  0:51   ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87shkkgzxy.fsf@openmailbox.org \
    --to=kei@openmailbox.org \
    --cc=26768@debbugs.gnu.org \
    --cc=leo@famulari.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.