forked from mirrors/nixpkgs
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";
|
||||
};
|
||||
|
||||
buildInputs = with pythonPackages; [ dateutil ];
|
||||
propagatedBuildInputs = with pythonPackages; [ dateutil ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Command line tool for managing Amazon S3 and CloudFront services";
|
||||
|
|
Loading…
Reference in a new issue