mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
Revert "s3cmd-1.5-pre-81e3842f7a: Use buildInputs, not propagatedBuildInputs."
This reverts commit 01211ff333
.
This commit is contained in:
parent
f42961daad
commit
d7182bdf2b
@ -9,7 +9,7 @@ pythonPackages.buildPythonPackage rec {
|
|||||||
sha256 = "13jqw19ws5my8r856j1p7xydwpyp8agnzxkjv6pa7h72wl7rz90i";
|
sha256 = "13jqw19ws5my8r856j1p7xydwpyp8agnzxkjv6pa7h72wl7rz90i";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with pythonPackages; [ dateutil ];
|
propagatedBuildInputs = with pythonPackages; [ dateutil ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Command line tool for managing Amazon S3 and CloudFront services";
|
description = "Command line tool for managing Amazon S3 and CloudFront services";
|
||||||
|
Loading…
Reference in New Issue
Block a user