summary refs log tree commit diff
path: root/pkgs/development/libraries/farstream
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-11-16 01:23:41 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-11-16 01:23:41 +0100
commit4ca7ad6790d33ac92947e28b74320124fada0671 (patch)
tree4d3ec6634433974497a5e3fb841192e6bff28b31 /pkgs/development/libraries/farstream
parent7baf23ef37e1fa276967bebd2df58cba8b455d94 (diff)
farstream: add darwin support
Diffstat (limited to 'pkgs/development/libraries/farstream')
-rw-r--r--pkgs/development/libraries/farstream/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/farstream/default.nix b/pkgs/development/libraries/farstream/default.nix
index 98c660dc798d5..76ed20495725c 100644
--- a/pkgs/development/libraries/farstream/default.nix
+++ b/pkgs/development/libraries/farstream/default.nix
@@ -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;
   };
 }