nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

telepathy-farstream: add darwin support

+1 -1
+1 -1
pkgs/development/libraries/telepathy/farstream/default.nix
··· 15 15 meta = with lib; { 16 16 description = "GObject-based C library that uses Telepathy GLib, Farstream and GStreamer to handle the media streaming part of channels of type Call"; 17 17 homepage = "https://telepathy.freedesktop.org/wiki/Components/Telepathy-Farstream/"; 18 - platforms = platforms.linux; 18 + platforms = platforms.unix; 19 19 license = licenses.lgpl21Only; 20 20 }; 21 21 }