diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-11-19 11:49:23 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-11-28 07:59:41 +0200 |
commit | 008d234666aa468323f8179999ab7a1219a68ccb (patch) | |
tree | 5159b93cf6acc4b9b86abc9457090827915247a9 /gnu/packages/rust-apps.scm | |
parent | a4923688e13a0968d23092a340ccbf1679af0305 (diff) |
gnu: just: Prepare for cross-compiling.
* gnu/packages/rust-apps.scm (just)[inputs]: Add bash-minimal,
coreutils-minimal.
Change-Id: I6e8de2d50dc3ef93f6a2adbdfb0ee5873f0bd138
Diffstat (limited to 'gnu/packages/rust-apps.scm')
-rw-r--r-- | gnu/packages/rust-apps.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 29dccccaa1..1965111cbb 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -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. |