GNU bug report logs -
#26768
[PATCH] gnu: openssh: groff is a native-input.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26768 in the body.
You can then email your comments to 26768 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#26768
; Package
guix-patches
.
(Wed, 03 May 2017 23:45:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Leo Famulari <leo <at> famulari.name>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 03 May 2017 23:45:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#26768
; Package
guix-patches
.
(Thu, 04 May 2017 19:55:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 26768 <at> debbugs.gnu.org (full text, mbox):
[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)]
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Fri, 05 May 2017 00:53:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Leo Famulari <leo <at> famulari.name>
:
bug acknowledged by developer.
(Fri, 05 May 2017 00:53:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 26768-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Thu, May 04, 2017 at 03:54:49PM -0400, Kei Kebreau wrote:
> Leo Famulari <leo <at> famulari.name> writes:
> > * gnu/packages/ssh.scm (openssh)[inputs]: Move groff ...
> > [native-inputs]: ... here.
>
> LGTM!
Thanks, pushed!
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 02 Jun 2017 11:24:05 GMT)
Full text and
rfc822 format available.
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.