mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
s3cmd: remove dontUseSetuptoolsCheck specification
setuptooolsCheckHooks has been removed.
This commit is contained in:
parent
ae07f630cf
commit
3a9616c23e
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@ buildPythonApplication rec {
|
||||||
python-dateutil
|
python-dateutil
|
||||||
];
|
];
|
||||||
|
|
||||||
dontUseSetuptoolsCheck = true;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://s3tools.org/s3cmd";
|
homepage = "https://s3tools.org/s3cmd";
|
||||||
description = "Command line tool for managing Amazon S3 and CloudFront services";
|
description = "Command line tool for managing Amazon S3 and CloudFront services";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue