mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
fdroidserver: add shell completion
This commit is contained in:
parent
8f25bfc671
commit
120323847d
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user