python2: move cpython, mkPythonDerivation into resholve

This commit is contained in:
Aliaksandr
2026-05-31 15:14:59 +03:00
parent c510450a30
commit e6871d9800
31 changed files with 32 additions and 28 deletions
@@ -30,18 +30,6 @@
in
{
python27 = callPackage ./cpython/2.7 {
self = __splicedPackages.python27;
sourceVersion = {
major = "2";
minor = "7";
patch = "18";
suffix = ".12"; # ActiveState's Python 2 extended support
};
hash = "sha256-RuEgfpags9wJm9Xe0daotqUx4knABEUc7DvtgnQXEfE=";
inherit passthruFun;
};
python311 = callPackage ./cpython {
self = __splicedPackages.python311;
sourceVersion = {