Merge pull request #40457 from jfrankenau/zsh-completions

Install shell completions for beets, borg, exa, youtube-dl
This commit is contained in:
Robert Schütz
2018-05-13 23:04:36 +02:00
committed by GitHub
4 changed files with 36 additions and 3 deletions
+6 -1
View File
@@ -174,6 +174,11 @@ in pythonPackages.buildPythonApplication rec {
test/test_replaygain.py
'';
postInstall = ''
mkdir -p $out/share/zsh/site-functions
cp extra/_beet $out/share/zsh/site-functions/
'';
doCheck = true;
preCheck = ''
@@ -222,7 +227,7 @@ in pythonPackages.buildPythonApplication rec {
meta = {
description = "Music tagger and library organizer";
homepage = http://beets.radbox.org;
homepage = http://beets.io;
license = licenses.mit;
maintainers = with maintainers; [ aszlig domenkozar pjones ];
platforms = platforms.linux;