3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #47854 from teto/khard_zsh

khard: fixup zsh autocompletion
This commit is contained in:
Jörg Thalheim 2018-10-04 08:41:22 +01:00 committed by GitHub
commit 665da3972a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ in with python.pkgs; buildPythonApplication rec {
]; ];
postInstall = '' postInstall = ''
install -D misc/zsh/_khard $out/share/zsh/site-functions/ install -D misc/zsh/_khard $out/share/zsh/site-functions/_khard
''; '';
# Fails; but there are no tests anyway. # Fails; but there are no tests anyway.