aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/httpie
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-04-08 01:17:44 +0200
committerPeter Simons <simons@cryp.to>2013-04-08 01:17:44 +0200
commit2fe970d6f2ccbfb88211c786135f25189879dec6 (patch)
tree8a4d04e4c7285ec84c407dc0e82c7d6cc104183f /pkgs/tools/networking/httpie
parent9608d80c73fe7781d224297f5d58a63e8850097f (diff)
httpie: the build input 'requests014' doesn't exist anymore, it's now called 'requests'
Diffstat (limited to 'pkgs/tools/networking/httpie')
-rw-r--r--pkgs/tools/networking/httpie/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/httpie/default.nix b/pkgs/tools/networking/httpie/default.nix
index d95360ccb45..ca59fd13bba 100644
--- a/pkgs/tools/networking/httpie/default.nix
+++ b/pkgs/tools/networking/httpie/default.nix
@@ -9,7 +9,7 @@ pythonPackages.buildPythonPackage {
sha256 = "0abjkwcirmp6qa190qgbgj5fmmkmk5aa3fdiyayl2indh6304x7a";
};
- propagatedBuildInputs = with pythonPackages; [ pygments requests014 ];
+ propagatedBuildInputs = with pythonPackages; [ pygments requests ];
doCheck = false;