summary refs log tree commit diff
path: root/pkgs/tools/admin
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2019-12-22 12:50:57 -0800
committerFrederik Rietdijk <fridh@fridh.nl>2019-12-30 16:46:51 +0100
commit8043df949b02f33eac69e6da5be46e1814203db3 (patch)
tree9c8357bfc884cd0c6323fb7f35e1f7a831a913ae /pkgs/tools/admin
parentfe058ee1ed7aaaac30c54386bd2aa0b2994d6160 (diff)
downloadnixpkgs-8043df949b02f33eac69e6da5be46e1814203db3.tar
nixpkgs-8043df949b02f33eac69e6da5be46e1814203db3.tar.gz
nixpkgs-8043df949b02f33eac69e6da5be46e1814203db3.tar.bz2
nixpkgs-8043df949b02f33eac69e6da5be46e1814203db3.tar.lz
nixpkgs-8043df949b02f33eac69e6da5be46e1814203db3.tar.xz
nixpkgs-8043df949b02f33eac69e6da5be46e1814203db3.tar.zst
nixpkgs-8043df949b02f33eac69e6da5be46e1814203db3.zip
aws_shell: fix dep issues
Diffstat (limited to 'pkgs/tools/admin')
-rw-r--r--pkgs/tools/admin/aws_shell/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/tools/admin/aws_shell/default.nix b/pkgs/tools/admin/aws_shell/default.nix
index 95f1df39576..b9169691808 100644
--- a/pkgs/tools/admin/aws_shell/default.nix
+++ b/pkgs/tools/admin/aws_shell/default.nix
@@ -23,6 +23,11 @@ buildPythonPackage rec {
     pyyaml
   ];
 
+  postPatch = ''
+    substituteInPlace setup.py \
+     --replace "prompt-toolkit>=1.0.0,<1.1.0" "prompt-toolkit"
+  '';
+
   #Checks are failing due to missing TTY, which won't exist.
   doCheck = false;
   preCheck = ''