forked from mirrors/nixpkgs
khal: add zsh completion
This commit is contained in:
parent
d22e22e2dd
commit
61df695f65
|
@ -46,6 +46,10 @@ in with python.pkgs; buildPythonApplication rec {
|
|||
nativeBuildInputs = [ setuptools_scm pkgs.glibcLocales ];
|
||||
checkInputs = [ pytest ];
|
||||
|
||||
postInstall = ''
|
||||
install -D misc/__khal $out/share/zsh/site-functions/__khal
|
||||
'';
|
||||
|
||||
checkPhase = ''
|
||||
py.test
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue