0
0
Fork 0
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:
Yueh-Shun Li 2025-02-20 05:33:43 +08:00
parent ae07f630cf
commit 3a9616c23e

View file

@ -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";