summary refs log tree commit diff
path: root/pkgs/development/libraries
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 /pkgs/development/libraries
parent72e5686be2ab31ce954bbcd3305f0ec95c2714c0 (diff)
downloadnixpkgs-fc385b9d88c015fc70c4c3d770f3c8dbba421f34.tar
nixpkgs-fc385b9d88c015fc70c4c3d770f3c8dbba421f34.tar.gz
nixpkgs-fc385b9d88c015fc70c4c3d770f3c8dbba421f34.tar.bz2
nixpkgs-fc385b9d88c015fc70c4c3d770f3c8dbba421f34.tar.lz
nixpkgs-fc385b9d88c015fc70c4c3d770f3c8dbba421f34.tar.xz
nixpkgs-fc385b9d88c015fc70c4c3d770f3c8dbba421f34.tar.zst
nixpkgs-fc385b9d88c015fc70c4c3d770f3c8dbba421f34.zip
farstream: mark broken
no longer compat with gstreamer==1.20
Diffstat (limited to 'pkgs/development/libraries')
-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 e26ebef0c51..e9be2efe2ac 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;
   };
 }