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
commit 923c2e5198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;