Merge branch 'master' into staging-next

This commit is contained in:
Daiderd Jordan
2018-10-01 19:41:36 +02:00
385 changed files with 12348 additions and 6335 deletions

View File

@@ -240,7 +240,10 @@ in stdenv.mkDerivation {
'';
passthru = let
pythonPackages = callPackage ../../../../../top-level/python-packages.nix {python=self; overrides=packageOverrides;};
pythonPackages = callPackage ../../../../../top-level/python-packages.nix {
python = self;
overrides = packageOverrides;
};
in rec {
inherit libPrefix sitePackages x11Support hasDistutilsCxxPatch ucsEncoding;
executable = libPrefix;