From fc385b9d88c015fc70c4c3d770f3c8dbba421f34 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Mon, 7 Feb 2022 12:04:33 -0800 Subject: [PATCH] farstream: mark broken no longer compat with gstreamer==1.20 --- pkgs/development/libraries/farstream/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/farstream/default.nix b/pkgs/development/libraries/farstream/default.nix index e26ebef0c518..e9be2efe2acb 100644 --- a/pkgs/development/libraries/farstream/default.nix +++ b/pkgs/development/libraries/farstream/default.nix @@ -62,5 +62,7 @@ stdenv.mkDerivation rec { description = "Audio/Video Communications Framework formely known as farsight"; platforms = platforms.linux; license = licenses.lgpl21; + # no longer compatible with gstreamer 1.20 + broken = true; }; }