fdroidserver: add shell completion

This commit is contained in:
linsui 2023-11-03 15:22:15 +08:00 committed by Yaya
parent 8f25bfc671
commit 120323847d

View File

@ -5,6 +5,7 @@
, buildPythonApplication
, python3
, pythonRelaxDepsHook
, installShellFiles
, androguard
, babel
, clint
@ -53,10 +54,13 @@ buildPythonApplication rec {
postInstall = ''
patchShebangs gradlew-fdroid
install -m 0755 gradlew-fdroid $out/bin
installShellCompletion --cmd fdroid \
--bash completion/bash-completion
'';
nativeBuildInputs = [
pythonRelaxDepsHook
installShellFiles
];
buildInputs = [