7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-7eFjn2nyugjx9JikCnB/NKYJ0k6y6g1sk2RomnmM99A=";
17 propagatedBuildInputs = [
24 pythonImportsCheck = [ "glad" ];
27 description = "Multi-Language GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specifications";
28 homepage = "https://github.com/Dav1dde/glad";
29 license = licenses.mit;
30 maintainers = with maintainers; [ kranzes ];