diff options
| -rw-r--r-- | gnu/packages/ssh.scm | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index c421d11b827..aeaa65a38a2 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm | |||
| @@ -166,7 +166,16 @@ file names. | |||
| 166 | ;; Test sources. | 166 | ;; Test sources. |
| 167 | (substitute* '("tests/server/test_server/default_cb.c") | 167 | (substitute* '("tests/server/test_server/default_cb.c") |
| 168 | (("\"/bin/sh\"") | 168 | (("\"/bin/sh\"") |
| 169 | (format #f "~s" (which "sh"))))))))) | 169 | (format #f "~s" (which "sh")))))) |
| 170 | #$@(if (system-hurd?) | ||
| 171 | #~((add-after 'unpack 'skip-tests-hurd | ||
| 172 | ;; these subtests require an ipv6 address | ||
| 173 | ;; torture_config_match_localnetwork_string | ||
| 174 | ;; torture_config_match_localnetwork_file | ||
| 175 | (lambda _ | ||
| 176 | (substitute* "tests/unittests/CMakeLists.txt" | ||
| 177 | (("torture_config_match_localnetwork") ""))))) | ||
| 178 | #~())))) | ||
| 170 | (native-inputs (list cmocka)) | 179 | (native-inputs (list cmocka)) |
| 171 | (inputs (list bash-minimal mit-krb5 openssl zlib)) | 180 | (inputs (list bash-minimal mit-krb5 openssl zlib)) |
| 172 | (synopsis "SSH client library") | 181 | (synopsis "SSH client library") |
