Merge branch 'master' into staging

This commit is contained in:
Vladimír Čunát
2018-06-30 01:41:59 +02:00
998 changed files with 16512 additions and 10378 deletions

View File

@@ -207,7 +207,7 @@ in stdenv.mkDerivation {
withPackages = import ../../with-packages.nix { inherit buildEnv pythonPackages;};
pkgs = pythonPackages;
isPy3 = true;
isPy35 = true;
isPy36 = true;
is_py3k = true; # deprecated
interpreter = "${self}/bin/${executable}";
};