python39Packages.python-swiftclient: install shell completion
This commit is contained in:
parent
e3b5143614
commit
66e47d8f35
@ -25,6 +25,10 @@ buildPythonApplication rec {
|
||||
stestr
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
install -Dm644 tools/swift.bash_completion $out/share/bash_completion.d/swift
|
||||
'';
|
||||
|
||||
checkPhase = ''
|
||||
stestr run
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user