pythonInterpreters.graalpython37: init
Add an interpreter with package set for graalpython 3.7.
This commit is contained in:
committed by
Frederik Rietdijk
parent
e1b6b9056d
commit
43bbecea5e
@@ -200,4 +200,9 @@ in {
|
||||
ncurses = ncurses5;
|
||||
};
|
||||
|
||||
graalpython37 = callPackage ./graalpython/default.nix {
|
||||
self = pythonInterpreters.graalpython37;
|
||||
inherit passthruFun;
|
||||
};
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user