python39Packages.python-swiftclient: install shell completion

This commit is contained in:
Sandro Jäckel 2021-09-28 17:58:48 +02:00
parent e3b5143614
commit 66e47d8f35

View File

@ -25,6 +25,10 @@ buildPythonApplication rec {
stestr
];
postInstall = ''
install -Dm644 tools/swift.bash_completion $out/share/bash_completion.d/swift
'';
checkPhase = ''
stestr run
'';