mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
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.
|
||||
preBuild = ''
|
||||
rm site.cfg
|
||||
ln -s ${numpy.cfg} site.cfg
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user