mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
khard: fixup zsh autocompletion
I introduced an error in, install -D will create the folders until the last component excluded so I needed to add the filename for it to create _khard https://github.com/NixOS/nixpkgs/pull/46515
This commit is contained in:
parent
13b2903169
commit
e30a2b0207
@ -41,7 +41,7 @@ in with python.pkgs; buildPythonApplication rec {
|
||||
];
|
||||
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user