Browse Source

Improve python environment in nix by adding some more required libraries

Taylor Bockman 8 years ago
parent
commit
10557995fb
  1. 2
      nix/development/env/python/default.nix

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

@ -9,6 +9,7 @@ buildPythonPackage {
name = "pythonEnv";
buildInputs = [
freetype
gcc # GNU Compiler Collection
git # Source control
atlas # ATLAS
blas # BLAS
@ -17,6 +18,7 @@ buildPythonPackage {
libzip # Zip library
liblapack # Linear Algebra pack library
libpng # PNG library
xlibs.libX11 # X11 library
pkgconfig
python3
python3Packages.virtualenv

Loading…
Cancel
Save