papis: bash completions are now installed automatically

This commit is contained in:
Robert Schütz 2019-02-27 22:03:47 +01:00
parent 8b6b3c9445
commit 33e6ef827b

View file

@ -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
]) ++ [