python35: remove

This commit is contained in:
Jonathan Ringer
2020-08-12 21:53:09 -07:00
parent 6fffd50623
commit 91bec61635
5 changed files with 1 additions and 88 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 = {