Unverified Commit 9ef49c7e authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #201414 from wegank/farstream-darwin

farstream: add darwin support
parents 9727e904 875f1cc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
      It provides a GLib-based library, libnice and a Glib-free library,
      libstun as well as GStreamer elements.'';
    homepage = "https://libnice.freedesktop.org/";
    platforms = platforms.linux;
    platforms = platforms.unix;
    license = with licenses; [ lgpl21 mpl11 ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
    description = "Telepathy Qt bindings";
    homepage = "https://telepathy.freedesktop.org/components/telepathy-qt/";
    license = licenses.lgpl21;
    platforms = platforms.linux;
    platforms = platforms.unix;
  };
}