Taylor Bockman 8 years ago
parent
commit
b2b5de2bb8
  1. 5
      nix/development/env/python/default.nix

5
nix/development/env/python/default.nix vendored

@ -11,9 +11,11 @@ buildPythonPackage {
cython # Cython
freetype
gcc # GNU Compiler Collection
gfortran
git # Source control
atlas # ATLAS
blas # BLAS
openblas # OpenBLAS
libxml2 # XML2 library
libxslt # XLST library
libzip # Zip library
@ -25,8 +27,11 @@ buildPythonPackage {
python3Packages.virtualenv
python3Packages.setuptools
stdenv
which
zlib ];
src = null;
LAPACK = "test";
BLAS = "test";
# When used as `nix-shell --pure`
shellHook = ''
unset http_proxy

Loading…
Cancel
Save