Merge pull request #91343 from madjar/just-remove-dash-dependency

just: remove dash dependency
This commit is contained in:
Michele Guerini Rocco 2020-06-23 12:49:06 +02:00 committed by GitHub
commit bf2425fb06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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