me
/
guix
Archived
1
0
Fork 0

gnu: just: Prepare for cross-compiling.

* gnu/packages/rust-apps.scm (just)[inputs]: Add bash-minimal,
coreutils-minimal.

Change-Id: I6e8de2d50dc3ef93f6a2adbdfb0ee5873f0bd138
Efraim Flashner 2023-11-19 11:49:23 +02:00
parent a4923688e1
commit 008d234666
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -929,6 +929,7 @@ bar. It is also compatible with sway.")
(with-output-to-file (with-output-to-file
(string-append share "/elvish/lib/just") (string-append share "/elvish/lib/just")
(lambda _ (invoke just "--completions" "elvish"))))))))) (lambda _ (invoke just "--completions" "elvish")))))))))
(inputs (list bash-minimal coreutils-minimal))
(home-page "https://github.com/casey/just") (home-page "https://github.com/casey/just")
(synopsis "Just a command runner") (synopsis "Just a command runner")
(description "This package provides @code{just}, a command runner. (description "This package provides @code{just}, a command runner.