httpie: the build input 'requests014' doesn't exist anymore, it's now called 'requests'
This commit is contained in:
parent
9608d80c73
commit
2fe970d6f2
@ -9,7 +9,7 @@ pythonPackages.buildPythonPackage {
|
|||||||
sha256 = "0abjkwcirmp6qa190qgbgj5fmmkmk5aa3fdiyayl2indh6304x7a";
|
sha256 = "0abjkwcirmp6qa190qgbgj5fmmkmk5aa3fdiyayl2indh6304x7a";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [ pygments requests014 ];
|
propagatedBuildInputs = with pythonPackages; [ pygments requests ];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user