python38: init at 3.8.0b2

This commit is contained in:
Frederik Rietdijk
2019-07-09 15:19:19 +02:00
parent 08a76cff03
commit 421a87d94c
4 changed files with 117 additions and 2 deletions

View File

@@ -98,6 +98,19 @@ in {
inherit passthruFun;
};
python38 = callPackage ./cpython {
self = python38;
sourceVersion = {
major = "3";
minor = "8";
patch = "0";
suffix = "b2";
};
sha256 = "1rh9dz5vmc56y45d6j2wfjw4m7x25i6v8vyld4mrqh06s2gn1hbl";
inherit (darwin) CF configd;
inherit passthruFun;
};
pypy27 = callPackage ./pypy {
self = pypy27;
sourceVersion = {