Move numpy-scipy-support.nix file from the top-level to development/python-modules.

The top-level is not supposed to contain sub-directories, IMHO.
This commit is contained in:
Peter Simons 2015-06-04 19:59:46 +02:00
parent fcee71066b
commit f1587a2d1e
2 changed files with 2 additions and 2 deletions

View File

@ -7796,7 +7796,7 @@ let
}; };
numpy = let numpy = let
support = import ./python-support/numpy-scipy-support.nix { support = import ../development/python-modules/numpy-scipy-support.nix {
inherit python; inherit python;
atlas = pkgs.atlasWithLapack; atlas = pkgs.atlasWithLapack;
pkgName = "numpy"; pkgName = "numpy";
@ -11258,7 +11258,7 @@ let
scipy = let scipy = let
support = import ./python-support/numpy-scipy-support.nix { support = import ../development/python-modules/numpy-scipy-support.nix {
inherit python; inherit python;
atlas = pkgs.atlasWithLapack; atlas = pkgs.atlasWithLapack;
pkgName = "numpy"; pkgName = "numpy";