Browse Source

Add Cython to generic python environment

Taylor Bockman 8 years ago
parent
commit
73b17f9460
  1. 1
      nix/development/env/python/default.nix

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

@ -8,6 +8,7 @@ with pkgs.python3Packages;
buildPythonPackage { buildPythonPackage {
name = "pythonEnv"; name = "pythonEnv";
buildInputs = [ buildInputs = [
cython # Cython
freetype freetype
gcc # GNU Compiler Collection gcc # GNU Compiler Collection
git # Source control git # Source control

Loading…
Cancel
Save