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