diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2016-08-11 12:09:12 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2016-08-11 13:20:18 +0300 |
| commit | 11379192fad7313aa9544ff99d4dea0168aecc0f (patch) | |
| tree | f2fc1929c78da16460ff04ca8cd45edb63084a3e | |
| parent | c3671282c11a81a71f558e26f8230f7b4add6945 (diff) | |
gnu: mosh: Use 'modify-phases'.
* gnu/packages/ssh.scm (mosh)[arguments]: Use 'modify-phases'.
| -rw-r--r-- | gnu/packages/ssh.scm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 4e0697a9aa1..ef6d8b14dc6 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm | |||
| @@ -313,16 +313,16 @@ in future and NTLM based authentication is most likey never be supported.") | |||
| 313 | "1qsb0y882yfgwnpy6f98pi5xqm6kykdsrxzvaal37hs7szjhky0s")))) | 313 | "1qsb0y882yfgwnpy6f98pi5xqm6kykdsrxzvaal37hs7szjhky0s")))) |
| 314 | (build-system gnu-build-system) | 314 | (build-system gnu-build-system) |
| 315 | (arguments | 315 | (arguments |
| 316 | '(#:phases (alist-cons-after | 316 | '(#:phases |
| 317 | 'install 'wrap | 317 | (modify-phases %standard-phases |
| 318 | (lambda* (#:key outputs #:allow-other-keys) | 318 | (add-after 'install 'wrap |
| 319 | ;; Make sure 'mosh' can find 'mosh-client' and | 319 | (lambda* (#:key outputs #:allow-other-keys) |
| 320 | ;; 'mosh-server'. | 320 | ;; Make sure 'mosh' can find 'mosh-client' and |
| 321 | (let* ((out (assoc-ref outputs "out")) | 321 | ;; 'mosh-server'. |
| 322 | (bin (string-append out "/bin"))) | 322 | (let* ((out (assoc-ref outputs "out")) |
| 323 | (wrap-program (string-append bin "/mosh") | 323 | (bin (string-append out "/bin"))) |
| 324 | `("PATH" ":" prefix (,bin))))) | 324 | (wrap-program (string-append bin "/mosh") |
| 325 | %standard-phases))) | 325 | `("PATH" ":" prefix (,bin))))))))) |
| 326 | (native-inputs | 326 | (native-inputs |
| 327 | `(("pkg-config" ,pkg-config))) | 327 | `(("pkg-config" ,pkg-config))) |
| 328 | (inputs | 328 | (inputs |
