mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-11-16 17:34:37 +00:00
Compare commits
No commits in common. "3da3fa1eee9bce8d00f85cae86d8f412f6259f7c" and "f8c9cd9dccdda945151716d45b3a59af41ad562b" have entirely different histories.
3da3fa1eee
...
f8c9cd9dcc
@ -41,15 +41,11 @@
|
|||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:install-source? #f
|
#:install-source? #f
|
||||||
|
#:tests? #f ;TODO
|
||||||
#:features
|
#:features
|
||||||
''("client" "sync" "server" "clipboard" "daemon")
|
''("client" "sync" "server" "clipboard" "daemon")
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-references
|
|
||||||
(lambda _
|
|
||||||
(substitute* (find-files "crates/atuin/src/shell")
|
|
||||||
(("atuin (uuid|history|search)" all)
|
|
||||||
(string-append #$output "/bin/" all)))))
|
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key outputs features #:allow-other-keys)
|
(lambda* (#:key outputs features #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user