Loading pkgs/development/python-modules/nuitka/default.nix +3 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, isPyPy, Loading Loading @@ -49,5 +50,7 @@ buildPythonPackage rec { description = "Python compiler with full language support and CPython compatibility"; license = licenses.asl20; homepage = "https://nuitka.net/"; # never built on darwin since first introduction in nixpkgs broken = stdenv.hostPlatform.isDarwin; }; } Loading
pkgs/development/python-modules/nuitka/default.nix +3 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, isPyPy, Loading Loading @@ -49,5 +50,7 @@ buildPythonPackage rec { description = "Python compiler with full language support and CPython compatibility"; license = licenses.asl20; homepage = "https://nuitka.net/"; # never built on darwin since first introduction in nixpkgs broken = stdenv.hostPlatform.isDarwin; }; }