Merge remote-tracking branch 'origin/master' into staging

This commit is contained in:
Eelco Dolstra
2016-09-20 17:46:09 +02:00
216 changed files with 9926 additions and 4020 deletions

View File

@@ -8,7 +8,7 @@ let
recursivePthLoader = import ../../python-modules/recursive-pth-loader/default.nix { stdenv = stdenv; python = python; };
env = (
let
paths = stdenv.lib.filter (x : x ? pythonPath) (stdenv.lib.closePropagation extraLibs) ++ [ python recursivePthLoader ];
paths = stdenv.lib.closePropagation (extraLibs ++ [ python recursivePthLoader ] ) ;
in buildEnv {
name = "${python.name}-env";