unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26768: [PATCH] gnu: openssh: groff is a native-input.
@ 2017-05-03 23:43 Leo Famulari
  2017-05-04 19:54 ` Kei Kebreau
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2017-05-03 23:43 UTC (permalink / raw)
  To: 26768

* 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)
-- 
2.12.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#26768: [PATCH] gnu: openssh: groff is a native-input.
  2017-05-03 23:43 bug#26768: [PATCH] gnu: openssh: groff is a native-input Leo Famulari
@ 2017-05-04 19:54 ` Kei Kebreau
  2017-05-05  0:51   ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Kei Kebreau @ 2017-05-04 19:54 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 26768

[-- 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 --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#26768: [PATCH] gnu: openssh: groff is a native-input.
  2017-05-04 19:54 ` Kei Kebreau
@ 2017-05-05  0:51   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2017-05-05  0:51 UTC (permalink / raw)
  To: Kei Kebreau; +Cc: 26768-done

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

On Thu, May 04, 2017 at 03:54:49PM -0400, Kei Kebreau wrote:
> Leo Famulari <leo@famulari.name> writes:
> > * gnu/packages/ssh.scm (openssh)[inputs]: Move groff ...
> > [native-inputs]: ... here.
> 
> LGTM!

Thanks, pushed!

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-05  0:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-03 23:43 bug#26768: [PATCH] gnu: openssh: groff is a native-input Leo Famulari
2017-05-04 19:54 ` Kei Kebreau
2017-05-05  0:51   ` Leo Famulari

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).