3
0
Fork 0
forked from mirrors/nixpkgs

Revert "s3cmd-1.5-pre-81e3842f7a: Use buildInputs, not propagatedBuildInputs."

This reverts commit 01211ff333.
This commit is contained in:
vi 2014-06-03 11:55:10 +08:00
parent f42961daad
commit d7182bdf2b

View file

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