pycrypto: preConfigure patch ups

This commit is contained in:
John Wiegley 2015-01-02 14:47:43 -06:00 committed by Shea Levy
parent 70befe1df1
commit 783e27e32a

View File

@ -9,6 +9,11 @@ buildPythonPackage rec {
sha256 = "0g0ayql5b9mkjam8hym6zyg6bv77lbh66rv1fyvgqb17kfc1xkpj";
};
preConfigure = ''
sed -i 's,/usr/include,/no-such-dir,' configure
sed -i "s!,'/usr/include/'!!" setup.py
'';
buildInputs = stdenv.lib.optional (!python.isPypy or false) gmp; # optional for pypy
doCheck = !(python.isPypy or stdenv.isDarwin); # error: AF_UNIX path too long