mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
* visidata: fix #202165, add shell completions * visidata: replace pname with _visidata --------- Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
This commit is contained in:
parent
5d9c49eedc
commit
4c580b0107
@ -130,6 +130,10 @@ buildPythonApplication rec {
|
||||
bash dev/test.sh
|
||||
runHook postCheck
|
||||
'';
|
||||
postInstall = ''
|
||||
python dev/zsh-completion.py
|
||||
install -Dm644 _visidata -t $out/share/zsh/site-functions
|
||||
'';
|
||||
|
||||
pythonImportsCheck = ["visidata"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user