pypyPackages.pycurl: disable
This commit is contained in:
parent
e69dd3b9aa
commit
8d85bfefcf
@ -6203,6 +6203,7 @@ rec {
|
||||
|
||||
pycurl = buildPythonPackage (rec {
|
||||
name = "pycurl-7.19.5";
|
||||
disabled = isPyPy; # https://github.com/pycurl/pycurl/issues/208
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pycurl.sourceforge.net/download/${name}.tar.gz";
|
||||
|
Loading…
x
Reference in New Issue
Block a user