summary refs log tree commit diff
path: root/pkgs/development/libraries/telepathy
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-11-16 01:23:47 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-11-16 01:23:47 +0100
commitdb69a86b5383185626592dca9d13824fbb5bad31 (patch)
treee7e0860995af8d9ae975071a32afa0551b65f8c4 /pkgs/development/libraries/telepathy
parent4ca7ad6790d33ac92947e28b74320124fada0671 (diff)
downloadnixpkgs-db69a86b5383185626592dca9d13824fbb5bad31.tar
nixpkgs-db69a86b5383185626592dca9d13824fbb5bad31.tar.gz
nixpkgs-db69a86b5383185626592dca9d13824fbb5bad31.tar.bz2
nixpkgs-db69a86b5383185626592dca9d13824fbb5bad31.tar.lz
nixpkgs-db69a86b5383185626592dca9d13824fbb5bad31.tar.xz
nixpkgs-db69a86b5383185626592dca9d13824fbb5bad31.tar.zst
nixpkgs-db69a86b5383185626592dca9d13824fbb5bad31.zip
telepathy-farstream: add darwin support
Diffstat (limited to 'pkgs/development/libraries/telepathy')
-rw-r--r--pkgs/development/libraries/telepathy/farstream/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/telepathy/farstream/default.nix b/pkgs/development/libraries/telepathy/farstream/default.nix
index 59f0a165221..072ca801f31 100644
--- a/pkgs/development/libraries/telepathy/farstream/default.nix
+++ b/pkgs/development/libraries/telepathy/farstream/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "GObject-based C library that uses Telepathy GLib, Farstream and GStreamer to handle the media streaming part of channels of type Call";
     homepage = "https://telepathy.freedesktop.org/wiki/Components/Telepathy-Farstream/";
-    platforms = platforms.linux;
+    platforms = platforms.unix;
     license = licenses.lgpl21Only;
   };
 }