just: remove dash dependency
This commit is contained in:
parent
a84cbb60f0
commit
c72d7de7fe
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, rustPlatform, coreutils, bash, dash
|
{ stdenv, fetchFromGitHub, rustPlatform, coreutils, bash
|
||||||
, installShellFiles }:
|
, installShellFiles }:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
installShellCompletion --zsh --name _just completions/just.zsh
|
installShellCompletion --zsh --name _just completions/just.zsh
|
||||||
'';
|
'';
|
||||||
|
|
||||||
checkInputs = [ coreutils bash dash ];
|
checkInputs = [ coreutils bash ];
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
# USER must not be empty
|
# USER must not be empty
|
||||||
|
Loading…
x
Reference in New Issue
Block a user