mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 19:08:01 +00:00
awsebcli: clean up
This commit is contained in:
parent
ac6e499616
commit
e1e3ce0279
@ -1,4 +1,4 @@
|
||||
{ lib, python3, fetchFromGitHub, glibcLocales, git }:
|
||||
{ lib, python3, fetchFromGitHub, git }:
|
||||
|
||||
let
|
||||
changeVersion = overrideFunc: version: hash: overrideFunc (oldAttrs: rec {
|
||||
@ -33,16 +33,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…
Reference in New Issue
Block a user