gnu: just: Prepare for cross-compiling.
* gnu/packages/rust-apps.scm (just)[inputs]: Add bash-minimal, coreutils-minimal. Change-Id: I6e8de2d50dc3ef93f6a2adbdfb0ee5873f0bd138
parent
a4923688e1
commit
008d234666
|
@ -929,6 +929,7 @@ bar. It is also compatible with sway.")
|
|||
(with-output-to-file
|
||||
(string-append share "/elvish/lib/just")
|
||||
(lambda _ (invoke just "--completions" "elvish")))))))))
|
||||
(inputs (list bash-minimal coreutils-minimal))
|
||||
(home-page "https://github.com/casey/just")
|
||||
(synopsis "Just a command runner")
|
||||
(description "This package provides @code{just}, a command runner.
|
||||
|
|
Reference in New Issue