summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-06-04 19:59:46 +0200
committerPeter Simons <simons@cryp.to>2015-06-04 19:59:46 +0200
commitf1587a2d1ecfebdf9a8b20c2408adfec8806f879 (patch)
tree15168fdacd1e25d56818a3bfee78ca2fe8676252 /pkgs
parentfcee71066b61fe5384caaa172ebdcf02d0cffedb (diff)
downloadnixlib-f1587a2d1ecfebdf9a8b20c2408adfec8806f879.tar
nixlib-f1587a2d1ecfebdf9a8b20c2408adfec8806f879.tar.gz
nixlib-f1587a2d1ecfebdf9a8b20c2408adfec8806f879.tar.bz2
nixlib-f1587a2d1ecfebdf9a8b20c2408adfec8806f879.tar.lz
nixlib-f1587a2d1ecfebdf9a8b20c2408adfec8806f879.tar.xz
nixlib-f1587a2d1ecfebdf9a8b20c2408adfec8806f879.tar.zst
nixlib-f1587a2d1ecfebdf9a8b20c2408adfec8806f879.zip
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.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/numpy-scipy-support.nix (renamed from pkgs/top-level/python-support/numpy-scipy-support.nix)0
-rw-r--r--pkgs/top-level/python-packages.nix4
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/python-support/numpy-scipy-support.nix b/pkgs/development/python-modules/numpy-scipy-support.nix
index 6cca704dcdae..6cca704dcdae 100644
--- a/pkgs/top-level/python-support/numpy-scipy-support.nix
+++ b/pkgs/development/python-modules/numpy-scipy-support.nix
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 38fda4ad4065..fa01d1ef4888 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -7796,7 +7796,7 @@ let
   };
 
   numpy = let
-    support = import ./python-support/numpy-scipy-support.nix {
+    support = import ../development/python-modules/numpy-scipy-support.nix {
       inherit python;
       atlas = pkgs.atlasWithLapack;
       pkgName = "numpy";
@@ -11258,7 +11258,7 @@ let
 
 
   scipy = let
-    support = import ./python-support/numpy-scipy-support.nix {
+    support = import ../development/python-modules/numpy-scipy-support.nix {
       inherit python;
       atlas = pkgs.atlasWithLapack;
       pkgName = "numpy";