Merge pull request #46515 from teto/khard_completion

pythonPackages.khard: zsh autocompletion
This commit is contained in:
Matthew Bauer
2018-09-29 00:51:23 -05:00
committed by GitHub

View File

@@ -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;