buildPython hooks: format with shfmt

This commit is contained in:
Yueh-Shun Li
2024-09-10 23:15:40 +08:00
parent 7ba9e4244b
commit 57c2e5683d
14 changed files with 52 additions and 53 deletions
@@ -89,7 +89,7 @@ pythonRelaxDepsHook() {
_pythonRelaxDeps $metadata_file
_pythonRemoveDeps $metadata_file
if (( "${NIX_DEBUG:-0}" >= 1 )); then
if (("${NIX_DEBUG:-0}" >= 1)); then
echo "pythonRelaxDepsHook: resulting METADATA for '$wheel':"
cat $metadata_file
fi