Loading pkgs/tools/virtualization/awsebcli/default.nix→pkgs/by-name/aw/awsebcli/package.nix +16 −16 Original line number Diff line number Diff line { lib, python3, fetchFromGitHub, glibcLocales, git }: { lib, python3, fetchFromGitHub, git, }: let changeVersion = overrideFunc: version: hash: overrideFunc (oldAttrs: rec { changeVersion = overrideFunc: version: hash: overrideFunc (oldAttrs: rec { inherit version; src = oldAttrs.src.override { inherit version hash; Loading Loading @@ -33,16 +40,9 @@ localPython.pkgs.buildPythonApplication rec { postPatch = '' # https://github.com/aws/aws-elastic-beanstalk-cli/pull/469 substituteInPlace setup.py --replace "scripts=['bin/eb']," "" substituteInPlace setup.py --replace-fail "scripts=['bin/eb']," "" ''; nativeBuildInputs = with localPython.pkgs; [ ]; buildInputs = [ glibcLocales ]; propagatedBuildInputs = with localPython.pkgs; [ blessed botocore Loading Loading @@ -95,7 +95,7 @@ localPython.pkgs.buildPythonApplication rec { homepage = "https://aws.amazon.com/elasticbeanstalk/"; description = "Command line interface for Elastic Beanstalk"; changelog = "https://github.com/aws/aws-elastic-beanstalk-cli/blob/${version}/CHANGES.rst"; maintainers = with maintainers; [ eqyiel kirillrdy ]; maintainers = with maintainers; [ kirillrdy ]; license = licenses.asl20; mainProgram = "eb"; }; Loading pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -3155,8 +3155,6 @@ with pkgs; okta-aws-cli = callPackage ../tools/admin/okta-aws-cli { }; awsebcli = callPackage ../tools/virtualization/awsebcli { }; awslimitchecker = callPackage ../tools/admin/awslimitchecker { }; awslogs = callPackage ../tools/admin/awslogs { }; Loading
pkgs/tools/virtualization/awsebcli/default.nix→pkgs/by-name/aw/awsebcli/package.nix +16 −16 Original line number Diff line number Diff line { lib, python3, fetchFromGitHub, glibcLocales, git }: { lib, python3, fetchFromGitHub, git, }: let changeVersion = overrideFunc: version: hash: overrideFunc (oldAttrs: rec { changeVersion = overrideFunc: version: hash: overrideFunc (oldAttrs: rec { inherit version; src = oldAttrs.src.override { inherit version hash; Loading Loading @@ -33,16 +40,9 @@ localPython.pkgs.buildPythonApplication rec { postPatch = '' # https://github.com/aws/aws-elastic-beanstalk-cli/pull/469 substituteInPlace setup.py --replace "scripts=['bin/eb']," "" substituteInPlace setup.py --replace-fail "scripts=['bin/eb']," "" ''; nativeBuildInputs = with localPython.pkgs; [ ]; buildInputs = [ glibcLocales ]; propagatedBuildInputs = with localPython.pkgs; [ blessed botocore Loading Loading @@ -95,7 +95,7 @@ localPython.pkgs.buildPythonApplication rec { homepage = "https://aws.amazon.com/elasticbeanstalk/"; description = "Command line interface for Elastic Beanstalk"; changelog = "https://github.com/aws/aws-elastic-beanstalk-cli/blob/${version}/CHANGES.rst"; maintainers = with maintainers; [ eqyiel kirillrdy ]; maintainers = with maintainers; [ kirillrdy ]; license = licenses.asl20; mainProgram = "eb"; }; Loading
pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -3155,8 +3155,6 @@ with pkgs; okta-aws-cli = callPackage ../tools/admin/okta-aws-cli { }; awsebcli = callPackage ../tools/virtualization/awsebcli { }; awslimitchecker = callPackage ../tools/admin/awslimitchecker { }; awslogs = callPackage ../tools/admin/awslogs { };