Unverified Commit 6b7cc830 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

awsebcli: remove propagated-build-inputs (#477953)

parents 99bf80a5 69bed905
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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/";