Skip to content

Commit

Permalink
Merge pull request #91343 from madjar/just-remove-dash-dependency
Browse files Browse the repository at this point in the history
just: remove dash dependency
  • Loading branch information
rnhmjoj committed Jun 23, 2020
2 parents e435660 + c72d7de commit bf2425f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/just/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, rustPlatform, coreutils, bash, dash
{ stdenv, fetchFromGitHub, rustPlatform, coreutils, bash
, installShellFiles }:

rustPlatform.buildRustPackage rec {
Expand All @@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
installShellCompletion --zsh --name _just completions/just.zsh
'';

checkInputs = [ coreutils bash dash ];
checkInputs = [ coreutils bash ];

preCheck = ''
# USER must not be empty
Expand Down

0 comments on commit bf2425f

Please sign in to comment.