mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
s3cmd: Enable __structuredAttrs
This commit is contained in:
@@ -9,6 +9,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
version = "2.4.0";
|
||||
pyproject = true;
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "s3tools";
|
||||
repo = "s3cmd";
|
||||
|
||||
Reference in New Issue
Block a user