diff options
| author | Leo Famulari <leo@famulari.name> | 2017-05-01 02:06:27 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2017-05-04 20:51:12 -0400 |
| commit | 7d3373a063ecca77b3468ee4c5396cf4179adffb (patch) | |
| tree | f95144f4ba07e1b0c93dd42a3951d909720edc5d /gnu/packages/ssh.scm | |
| parent | e9491fb5cae510de538f940ea8318b3a33a8bd8e (diff) | |
gnu: openssh: groff is a native-input.
* gnu/packages/ssh.scm (openssh)[inputs]: Move groff ...
[native-inputs]: ... here.
Diffstat (limited to 'gnu/packages/ssh.scm')
| -rw-r--r-- | gnu/packages/ssh.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 135083ad220..2a190a57d81 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm | |||
| @@ -135,8 +135,8 @@ a server that supports the SSH-2 protocol.") | |||
| 135 | (sha256 (base32 | 135 | (sha256 (base32 |
| 136 | "1w7rb5gbrikxdkp8w7zxnci4549gk4bw1lml01s59w5rzb2y6ilq")))) | 136 | "1w7rb5gbrikxdkp8w7zxnci4549gk4bw1lml01s59w5rzb2y6ilq")))) |
| 137 | (build-system gnu-build-system) | 137 | (build-system gnu-build-system) |
| 138 | (inputs `(("groff" ,groff) | 138 | (native-inputs `(("groff" ,groff))) |
| 139 | ("openssl" ,openssl) | 139 | (inputs `(("openssl" ,openssl) |
| 140 | ("pam" ,linux-pam) | 140 | ("pam" ,linux-pam) |
| 141 | ("mit-krb5" ,mit-krb5) | 141 | ("mit-krb5" ,mit-krb5) |
| 142 | ("zlib" ,zlib) | 142 | ("zlib" ,zlib) |
