mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Drop telepathy-farsight
It is not used, and it is deprecated by telepathy-farstream. svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33491
This commit is contained in:
parent
a6b434974b
commit
3f44fb8f2f
@ -1,16 +0,0 @@
|
||||
{ stdenv, fetchurl, telepathy_glib, farsight2, gst_plugins_base, dbus_glib
|
||||
, pkgconfig, libxslt, python, gstreamer, gst_python, pygobject }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "telepathy-farsight-0.0.19";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://telepathy.freedesktop.org/releases/telepathy-farsight/${name}.tar.gz";
|
||||
sha256 = "0sajy2w109zc6assqby3cfqr7cckwhfsngkhjczz67grb6rbi29c";
|
||||
};
|
||||
|
||||
buildInputs = [ gst_plugins_base gst_python pygobject ];
|
||||
|
||||
propagatedBuildInputs = [ dbus_glib farsight2 telepathy_glib gstreamer ];
|
||||
buildNativeInputs = [ pkgconfig python libxslt];
|
||||
}
|
@ -4722,8 +4722,6 @@ let
|
||||
|
||||
telepathy_glib = callPackage ../development/libraries/telepathy/glib { };
|
||||
|
||||
telepathy_farsight = callPackage ../development/libraries/telepathy/farsight { };
|
||||
|
||||
telepathy_farstream = callPackage ../development/libraries/telepathy/farstream {};
|
||||
|
||||
telepathy_qt = callPackage ../development/libraries/telepathy/qt { };
|
||||
|
Loading…
Reference in New Issue
Block a user