pythonPackages.numexpr: fix build
This commit is contained in:
parent
87069f0267
commit
713ac20898
@ -16,7 +16,6 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
# Remove existing site.cfg, use the one we built for numpy.
|
# Remove existing site.cfg, use the one we built for numpy.
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
rm site.cfg
|
|
||||||
ln -s ${numpy.cfg} site.cfg
|
ln -s ${numpy.cfg} site.cfg
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user