13 buildPythonPackage rec {
18 src = fetchFromGitHub {
22 hash = "sha256-bV5zTYwhR/3dTM1Ij+aC6TbcPODZ5buwQi7xN8axZi0=";
25 # default lto off for darwin
26 patches = [ ./darwin-lto.patch ];
28 build-system = [ setuptools wheel ];
29 nativeCheckInputs = [ ccache ];
39 ${python3.interpreter} tests/basics/run_all.py search
44 pythonImportsCheck = [ "nuitka" ];
50 description = "Python compiler with full language support and CPython compatibility";
51 license = licenses.asl20;
52 homepage = "https://nuitka.net/";