10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-sfmCY5Yny1HgZfEN10AE1Ev1EVQ6JE51646DXjoQxyA=";
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 license = licenses.mit;
42 maintainers = with maintainers; [ c0deaddict ];
43 # should be mesaPlatforms, darwin build breaks.
44 platforms = platforms.linux;