pythonPackages.khard: zsh autocompletion

'cos that's cool
This commit is contained in:
Matthieu Coudron
2018-09-11 18:43:15 +09:00
parent 4616ef1f41
commit 14d9857604
+4
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;