gnu: openssh: groff is a native-input. * gnu/packages/ssh.scm (openssh)[inputs]: Move groff ... [native-inputs]: ... here.
1 files changed, 2 insertions(+), 2 deletions(-) M gnu/packages/ssh.scm
M gnu/packages/ssh.scm => gnu/packages/ssh.scm +2 -2
@@ 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)