libexosip_3: remove unused, old version

This commit is contained in:
Robin Gloster 2017-04-29 12:39:06 +02:00
parent 7786767bea
commit 750b78301c
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882
2 changed files with 0 additions and 22 deletions

View file

@ -1,18 +0,0 @@
{stdenv, fetchurl, libosip, openssl, pkgconfig }:
stdenv.mkDerivation rec {
version = "3.6.0";
src = fetchurl {
url = "mirror://savannah/exosip/libeXosip2-${version}.tar.gz";
sha256 = "0r1mj8x5991bgwf03bx1ajn5kbbmw1136jabw2pn7dls9h41mnli";
};
name = "libexosip2-${version}";
buildInputs = [ libosip openssl pkgconfig ];
meta = {
license = stdenv.lib.licenses.gpl2Plus;
description = "Library that hides the complexity of using the SIP protocol";
platforms = stdenv.lib.platforms.linux;
};
}

View file

@ -8759,10 +8759,6 @@ with pkgs;
libexosip = callPackage ../development/libraries/exosip {};
libexosip_3 = callPackage ../development/libraries/exosip/3.x.nix {
libosip = libosip_3;
};
libextractor = callPackage ../development/libraries/libextractor {
libmpeg2 = mpeg2dec;
};