10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-tmwY1/SrepS+P5655MpoNurR2lAtYugbf3pIFQ4u05E=";
27 propagatedBuildInputs = [
31 # Tests need a display to run.
34 pythonImportsCheck = [
39 description = "High performance rendering for Python";
40 homepage = "https://github.com/moderngl/moderngl";
41 changelog = "https://github.com/moderngl/moderngl/releases/tag/${version}";
42 license = licenses.mit;
43 maintainers = with maintainers; [ c0deaddict ];
44 # should be mesaPlatforms, darwin build breaks.
45 platforms = platforms.linux;