From da708ddef08f9ef18ba1e9b3575ac547d67c2548 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Fri, 3 Oct 2025 15:49:16 -0700 Subject: [PATCH] gst-plugins-rs: disable failing test on Darwin --- pkgs/development/libraries/gstreamer/rs/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/gstreamer/rs/default.nix b/pkgs/development/libraries/gstreamer/rs/default.nix index 77f69c552756..258644febdbe 100644 --- a/pkgs/development/libraries/gstreamer/rs/default.nix +++ b/pkgs/development/libraries/gstreamer/rs/default.nix @@ -116,6 +116,7 @@ let ++ lib.optionals stdenv.hostPlatform.isDarwin [ "reqwest" # tests hang on darwin "threadshare" # tests cannot bind to localhost on darwin + "uriplaylistbin" # thread reqwest-internal-sync-runtime attempred to create a NULL object (in test_cache) "webp" # not supported on darwin (upstream crate issue) ] ++ lib.optionals (!gst-plugins-base.glEnabled || !withGtkPlugins) [