me
/
guix
Archived
1
0
Fork 0

gnu: openssh: groff is a native-input.

* gnu/packages/ssh.scm (openssh)[inputs]: Move groff ...
[native-inputs]: ... here.
master
Leo Famulari 2017-05-01 02:06:27 -04:00
parent e9491fb5ca
commit 7d3373a063
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -135,8 +135,8 @@ a server that supports the SSH-2 protocol.")
(sha256 (base32 (sha256 (base32
"1w7rb5gbrikxdkp8w7zxnci4549gk4bw1lml01s59w5rzb2y6ilq")))) "1w7rb5gbrikxdkp8w7zxnci4549gk4bw1lml01s59w5rzb2y6ilq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("groff" ,groff) (native-inputs `(("groff" ,groff)))
("openssl" ,openssl) (inputs `(("openssl" ,openssl)
("pam" ,linux-pam) ("pam" ,linux-pam)
("mit-krb5" ,mit-krb5) ("mit-krb5" ,mit-krb5)
("zlib" ,zlib) ("zlib" ,zlib)