Revert "#185 Fix pycurl"
This reverts commit 671bf5b4d7
.
We need to support preConfigure.
This commit is contained in:
parent
671bf5b4d7
commit
ac89a3de46
|
@ -1852,11 +1852,12 @@ let pythonPackages = python.modules // rec {
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
installCommand = ''
|
preConfigure = ''
|
||||||
substituteInPlace setup.py --replace '--static-libs' '--libs'
|
substituteInPlace setup.py --replace '--static-libs' '--libs'
|
||||||
python setup.py install --prefix=$out
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
installCommand = "python setup.py install --prefix=$out";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://pycurl.sourceforge.net/;
|
homepage = http://pycurl.sourceforge.net/;
|
||||||
description = "Python wrapper for libcurl";
|
description = "Python wrapper for libcurl";
|
||||||
|
|
Loading…
Reference in New Issue