12 buildPythonPackage rec {
17 src = fetchFromGitHub {
21 hash = "sha256-spa3V9KEjqmwnHSuxLLIu9hJk5PrRwNyOw72sfxBVKo=";
24 # default lto off for darwin
25 patches = [ ./darwin-lto.patch ];
27 nativeBuildInputs = [ setuptools ];
28 nativeCheckInputs = [ ccache ];
30 propagatedBuildInputs = [
38 ${python3.interpreter} tests/basics/run_all.py search
43 pythonImportsCheck = [ "nuitka" ];
49 description = "Python compiler with full language support and CPython compatibility";
50 license = licenses.asl20;
51 homepage = "https://nuitka.net/";