diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/rust-apps.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 4fdb35de24f..ca1fe487765 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm | |||
| @@ -395,6 +395,11 @@ textual.") | |||
| 395 | "clipboard") | 395 | "clipboard") |
| 396 | #:phases | 396 | #:phases |
| 397 | #~(modify-phases %standard-phases | 397 | #~(modify-phases %standard-phases |
| 398 | (add-after 'unpack 'patch-references | ||
| 399 | (lambda _ | ||
| 400 | (substitute* (find-files "crates/atuin/src/shell") | ||
| 401 | (("atuin (uuid|history|search)" all) | ||
| 402 | (string-append #$output "/bin/" all))))) | ||
| 398 | (add-before 'check 'pre-check | 403 | (add-before 'check 'pre-check |
| 399 | (lambda _ | 404 | (lambda _ |
| 400 | (setenv "HOME" "/tmp"))) | 405 | (setenv "HOME" "/tmp"))) |
