pythonPackages.numexpr: fix build

This commit is contained in:
Jonathan Ringer 2019-10-24 21:42:37 -07:00 committed by Frederik Rietdijk
parent 87069f0267
commit 713ac20898

View file

@ -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
'';