emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#26768: closed ([PATCH] gnu: openssh: groff is a na


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26768: closed ([PATCH] gnu: openssh: groff is a native-input.)
Date: Fri, 05 May 2017 00:53:01 +0000

Your message dated Thu, 4 May 2017 20:51:58 -0400
with message-id <address@hidden>
and subject line Re: bug#26768: [PATCH] gnu: openssh: groff is a native-input.
has caused the debbugs.gnu.org bug report #26768,
regarding [PATCH] gnu: openssh: groff is a native-input.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26768: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26768
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: openssh: groff is a native-input. Date: Wed, 3 May 2017 19:43:59 -0400
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#26768: [PATCH] gnu: openssh: groff is a native-input. Date: Thu, 4 May 2017 20:51:58 -0400 User-agent: Mutt/1.8.2 (2017-04-18)
On Thu, May 04, 2017 at 03:54:49PM -0400, Kei Kebreau wrote:
> Leo Famulari <address@hidden> writes:
> > * gnu/packages/ssh.scm (openssh)[inputs]: Move groff ...
> > [native-inputs]: ... here.
> 
> LGTM!

Thanks, pushed!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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