farstream: add darwin support

This commit is contained in:
Weijia Wang 2022-11-16 01:23:41 +01:00
parent 7baf23ef37
commit 4ca7ad6790

View File

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://www.freedesktop.org/wiki/Software/Farstream";
description = "Audio/Video Communications Framework formely known as farsight";
platforms = platforms.linux;
platforms = platforms.unix;
license = licenses.lgpl21;
};
}