mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
papis: bash completions are now installed automatically
This commit is contained in:
parent
8b6b3c9445
commit
33e6ef827b
1 changed files with 0 additions and 4 deletions
|
@ -23,10 +23,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||
jinja2 whoosh
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
install -Dt "$out/etc/bash_completion.d" scripts/shell_completion/build/bash/papis
|
||||
'';
|
||||
|
||||
checkInputs = (with python3.pkgs; [
|
||||
pytest
|
||||
]) ++ [
|
||||
|
|
Loading…
Reference in a new issue