s3cmd: Enable __structuredAttrs

This commit is contained in:
klea
2026-07-18 17:42:11 +00:00
parent ca6501bddb
commit cbe1c494fd

View File

@@ -9,6 +9,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
version = "2.4.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "s3tools";
repo = "s3cmd";