httpie: the build input 'requests014' doesn't exist anymore, it's now called 'requests'

This commit is contained in:
Peter Simons 2013-04-08 01:17:44 +02:00
parent 9608d80c73
commit 2fe970d6f2

View File

@ -9,7 +9,7 @@ pythonPackages.buildPythonPackage {
sha256 = "0abjkwcirmp6qa190qgbgj5fmmkmk5aa3fdiyayl2indh6304x7a";
};
propagatedBuildInputs = with pythonPackages; [ pygments requests014 ];
propagatedBuildInputs = with pythonPackages; [ pygments requests ];
doCheck = false;