···33buildPythonPackage rec {
44 pname = "PySDL2";
55 version = "0.9.14";
66+67 # The tests use OpenGL using find_library, which would have to be
78 # patched; also they seem to actually open X windows and test stuff
89 # like "screensaver disabling", which would have to be cleverly
910 # sandboxed. Disable for now.
1011 doCheck = false;
1212+ pythonImportsCheck = [ "sdl2" ];
11131214 src = fetchPypi {
1315 inherit pname version;