python312Packages.clustershell: install shell completion files

Available since version 1.9.3.

Changed files
+7
pkgs
development
python-modules
clustershell
+7
pkgs/development/python-modules/clustershell/default.nix
···
pyyaml,
openssh,
unittestCheckHook,
+
installShellFiles,
bc,
hostname,
bash,
···
propagatedBuildInputs = [ pyyaml ];
+
nativeBuildInputs = [ installShellFiles ];
+
nativeCheckInputs = [
bc
hostname
···
rm tests/TaskDistantPdshTest.py
rm tests/TaskRLimitsTest.py
rm tests/TreeGatewayTest.py
+
'';
+
+
postInstall = ''
+
installShellCompletion --bash bash_completion.d/*
'';
meta = with lib; {