Merge pull request #46515 from teto/khard_completion
pythonPackages.khard: zsh autocompletion
This commit is contained in:
commit
923c2e5198
@ -40,6 +40,10 @@ in with python.pkgs; buildPythonApplication rec {
|
||||
unidecode
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
install -D misc/zsh/_khard $out/share/zsh/site-functions/
|
||||
'';
|
||||
|
||||
# Fails; but there are no tests anyway.
|
||||
doCheck = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user