pythonPackages.numexpr: fix build

This commit is contained in:
Jonathan Ringer
2019-10-27 16:26:56 +01:00
committed by Frederik Rietdijk
parent 87069f0267
commit 713ac20898
@@ -16,7 +16,6 @@ buildPythonPackage rec {
# Remove existing site.cfg, use the one we built for numpy.
preBuild = ''
rm site.cfg
ln -s ${numpy.cfg} site.cfg
'';