8 stdenv.mkDerivation rec {
9 pname = "yarn-bash-completion";
12 src = fetchFromGitHub {
14 repo = "yarn-completion";
16 sha256 = "0xflbrbwskjqv3knvc8jqygpvfxh5ak66q7w22d1ng8gwrfqzcng";
20 nativeBuildInputs = [ installShellFiles ];
25 installShellCompletion --cmd yarn ./yarn-completion.bash
31 homepage = "https://github.com/dsifford/yarn-completion/";
32 description = "Bash completion for Yarn";
33 license = licenses.mit;
34 maintainers = with maintainers; [ DamienCassou ];