pythonPackages.khard: zsh autocompletion
'cos that's cool
This commit is contained in:
parent
4616ef1f41
commit
14d9857604
@ -40,6 +40,10 @@ in with python.pkgs; buildPythonApplication rec {
|
|||||||
unidecode
|
unidecode
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
install -D misc/zsh/_khard $out/share/zsh/site-functions/
|
||||||
|
'';
|
||||||
|
|
||||||
# Fails; but there are no tests anyway.
|
# Fails; but there are no tests anyway.
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user