mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
pycrypto: preConfigure patch ups
This commit is contained in:
parent
70befe1df1
commit
783e27e32a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user