From 39c8470092d1c3780c13e06215d29a414ccdfe2d Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Wed, 8 Jun 2016 16:14:19 -0700 Subject: [PATCH] env test --- nix/development/env/python/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nix/development/env/python/default.nix b/nix/development/env/python/default.nix index c6c2c72..08e39dc 100644 --- a/nix/development/env/python/default.nix +++ b/nix/development/env/python/default.nix @@ -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