Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2020-08-15 09:12:42 +02:00
129 changed files with 3856 additions and 2769 deletions

View File

@@ -63,19 +63,6 @@ in {
inherit passthruFun;
};
python35 = callPackage ./cpython {
self = python35;
sourceVersion = {
major = "3";
minor = "5";
patch = "9";
suffix = "";
};
sha256 = "0jdh9pvx6m6lfz2liwvvhn7vks7qrysqgwn517fkpxb77b33fjn2";
inherit (darwin) configd;
inherit passthruFun;
};
python36 = callPackage ./cpython {
self = python36;
sourceVersion = {