Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2019-02-18 14:18:04 +01:00
118 changed files with 9944 additions and 3179 deletions

View File

@@ -846,6 +846,8 @@ in {
webapp2 = callPackage ../development/python-modules/webapp2 { };
wrf-python = callPackage ../development/python-modules/wrf-python { };
pyunbound = callPackage ../tools/networking/unbound/python.nix { };
WazeRouteCalculator = callPackage ../development/python-modules/WazeRouteCalculator { };
@@ -1100,11 +1102,10 @@ in {
cached-property = callPackage ../development/python-modules/cached-property { };
caffe = pkgs.caffe.override {
python = self.python;
boost = self.boost;
numpy = self.numpy;
};
caffe = toPythonModule (pkgs.caffe.override {
pythonSupport = true;
inherit (self) python numpy boost;
});
capstone = callPackage ../development/python-modules/capstone { };