Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2019-07-09 15:44:08 +02:00
339 changed files with 11134 additions and 8903 deletions

View File

@@ -636,7 +636,7 @@ with import <nixpkgs> {};
};
});
};
in pkgs.python3.override {inherit packageOverrides;};
in pkgs.python3.override {inherit packageOverrides; self = python;};
in python.withPackages(ps: [ps.blaze])).env
```