Remove libjingle

It seems that every japper/jingle implementation ships a modified version of
libjingle.

svn path=/nixpkgs/trunk/; revision=33207
This commit is contained in:
Yury G. Kudryashov
2012-03-17 17:20:39 +00:00
parent f94501bfa2
commit d68c80932a
2 changed files with 0 additions and 14 deletions

View File

@@ -1,12 +0,0 @@
{ stdenv, fetchurl, mediastreamer }:
stdenv.mkDerivation rec {
name = "libjingle-0.3.11";
src = fetchurl {
url = "mirror://sourceforge/tapioca-voip/${name}.tar.gz";
sha256 = "1x5l2jwxpkyxvnq0cagq40p6x61v23vxngnnsxr15lyh1zwzk1yj";
};
propagatedBuildInputs = [ mediastreamer ];
}