Loading
python3Packages.gst-python: disable tests on darwin
Closes #454955 These tests are very flaky on Darwin for whatever reason. Sometimes they just mysteriously time out. When setting `doCheck = !stdenv.hostPlatform.isDarwin`, I discovered that the `checkInputs` entry `gst-rtsp-server` is in fact needed to build the project, so this incorporates #451261 to fix that issue.