mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-25 09:20:07 +00:00
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.