python37: drop

The package set hasn't been working for a long time now, due to infinite
recursions, that nobody was going to fix.

The release is going to go EOL in 2023/06 and we don't want to ship it
in NixOS 23.05 anyway.
This commit is contained in:
Martin Weinelt
2023-01-05 13:20:49 +01:00
parent 5185f467f3
commit e75f5e8efa
7 changed files with 1 additions and 193 deletions
@@ -151,19 +151,6 @@ in {
inherit passthruFun;
};
python37 = callPackage ./cpython {
self = __splicedPackages.python37;
sourceVersion = {
major = "3";
minor = "7";
patch = "16";
suffix = "";
};
sha256 = "sha256-gzjwwiIthH6QTJVTaRVdwb7u7YBujV7wSwDvR4cji/0=";
inherit (darwin) configd;
inherit passthruFun;
};
python38 = callPackage ./cpython {
self = __splicedPackages.python38;
sourceVersion = {