farstream: mark broken

no longer compat with gstreamer==1.20
This commit is contained in:
Jonathan Ringer
2022-02-07 12:04:41 -08:00
parent 72e5686be2
commit fc385b9d88
@@ -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;
};
}