beets: install zsh completion
This commit is contained in:
parent
7342fd0eef
commit
836be60200
@ -174,6 +174,11 @@ in pythonPackages.buildPythonApplication rec {
|
|||||||
test/test_replaygain.py
|
test/test_replaygain.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
mkdir -p $out/share/zsh/site-functions
|
||||||
|
cp extra/_beet $out/share/zsh/site-functions/
|
||||||
|
'';
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
@ -222,7 +227,7 @@ in pythonPackages.buildPythonApplication rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Music tagger and library organizer";
|
description = "Music tagger and library organizer";
|
||||||
homepage = http://beets.radbox.org;
|
homepage = http://beets.io;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ aszlig domenkozar pjones ];
|
maintainers = with maintainers; [ aszlig domenkozar pjones ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user