Merge pull request #46034 from teto/khal_zsh_completion
khal: add zsh completion
This commit is contained in:
commit
b285ea77c2
@ -46,6 +46,10 @@ in with python.pkgs; buildPythonApplication rec {
|
|||||||
nativeBuildInputs = [ setuptools_scm pkgs.glibcLocales ];
|
nativeBuildInputs = [ setuptools_scm pkgs.glibcLocales ];
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
install -D misc/__khal $out/share/zsh/site-functions/__khal
|
||||||
|
'';
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test
|
py.test
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user