From 14d98576045d566af5c3c5697181a12a80cceab7 Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Tue, 11 Sep 2018 17:29:27 +0900 Subject: pythonPackages.khard: zsh autocompletion 'cos that's cool --- pkgs/applications/misc/khard/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/applications') diff --git a/pkgs/applications/misc/khard/default.nix b/pkgs/applications/misc/khard/default.nix index 3c5184d54632..35c3c9748492 100644 --- a/pkgs/applications/misc/khard/default.nix +++ b/pkgs/applications/misc/khard/default.nix @@ -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; -- cgit 1.4.1