Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2018-12-19 09:00:36 +01:00
225 changed files with 2499 additions and 1202 deletions

View File

@@ -1617,11 +1617,10 @@ in {
easy-thumbnails = callPackage ../development/python-modules/easy-thumbnails { };
eccodes = disabledIf (!isPy27)
(toPythonModule (pkgs.eccodes.override {
enablePython = true;
pythonPackages = self;
}));
eccodes = toPythonModule (pkgs.eccodes.override {
enablePython = true;
pythonPackages = self;
});
EditorConfig = callPackage ../development/python-modules/editorconfig { };
@@ -4338,8 +4337,6 @@ in {
py = python.override{x11Support=true;};
in callPackage ../development/python-modules/tkinter { py = py; };
tlslite = throw "deprecated 2018-12-10; use pythonPackages.tlslite-ng instead";
tlslite-ng = callPackage ../development/python-modules/tlslite-ng { };
qrcode = callPackage ../development/python-modules/qrcode { };