10 , gobject-introspection
17 stdenv.mkDerivation rec {
21 outputs = [ "out" "dev" ];
24 url = "https://www.freedesktop.org/software/farstream/releases/farstream/${pname}-${version}.tar.gz";
25 sha256 = "0yzlh9jf47a3ir40447s7hlwp98f9yr8z4gcm0vjwz6g6cj12zfb";
29 # Fix build with newer gnumake.
31 url = "https://gitlab.freedesktop.org/farstream/farstream/-/commit/54987d44.diff";
32 sha256 = "02pka68p2j1wg7768rq7afa5wl9xv82wp86q7izrmwwnxdmz4zyg";
49 propagatedBuildInputs = [
58 homepage = "https://www.freedesktop.org/wiki/Software/Farstream";
59 description = "Audio/Video Communications Framework formely known as farsight";
60 platforms = platforms.unix;
61 license = licenses.lgpl21;