Loading pkgs/by-name/aw/awsebcli/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,12 @@ python.pkgs.buildPythonApplication rec { "test_aws_eb_profile_environment_variable_found__profile_exists_in_credentials_file" ]; # Propagating dependencies leaks them through $PYTHONPATH which causes issues # when used in nix-shell. postFixup = '' rm $out/nix-support/propagated-build-inputs ''; meta = { description = "Command line interface for Elastic Beanstalk"; homepage = "https://aws.amazon.com/elasticbeanstalk/"; Loading Loading
pkgs/by-name/aw/awsebcli/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,12 @@ python.pkgs.buildPythonApplication rec { "test_aws_eb_profile_environment_variable_found__profile_exists_in_credentials_file" ]; # Propagating dependencies leaks them through $PYTHONPATH which causes issues # when used in nix-shell. postFixup = '' rm $out/nix-support/propagated-build-inputs ''; meta = { description = "Command line interface for Elastic Beanstalk"; homepage = "https://aws.amazon.com/elasticbeanstalk/"; Loading