about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-02-07 12:04:33 -0800
committerJonathan Ringer <jonringer117@gmail.com>2022-02-07 12:04:41 -0800
commitfc385b9d88c015fc70c4c3d770f3c8dbba421f34 (patch)
tree47ef9d4c986ba6b2a8cd5c210c5a83044184895d
parent72e5686be2ab31ce954bbcd3305f0ec95c2714c0 (diff)
farstream: mark broken
no longer compat with gstreamer==1.20
-rw-r--r--pkgs/development/libraries/farstream/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/farstream/default.nix b/pkgs/development/libraries/farstream/default.nix
index e26ebef0c518a..e9be2efe2acbf 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;
   };
 }