mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
pythonPackages.numexpr: fix build
This commit is contained in:
parent
87069f0267
commit
713ac20898
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue