libzrtpcpp: remove

This commit is contained in:
Robin Gloster 2017-02-14 09:04:52 +01:00
parent d7e5883d5e
commit 101d90d18b
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882
2 changed files with 0 additions and 28 deletions

View File

@ -1,26 +0,0 @@
{ stdenv, fetchurl, cmake, openssl, pkgconfig, ccrtp }:
stdenv.mkDerivation rec {
name = "libzrtpcpp-2.3.4";
src = fetchurl {
url = "mirror://gnu/ccrtp/${name}.tar.gz";
sha256 = "020hfyrh8qdwkqdg1r1n65wdzj5i01ba9dzjghbm9lbz93gd9r83";
};
# We disallow 'lib64', or pkgconfig will not find it.
prePatch = ''
sed -i s/lib64/lib/ CMakeLists.txt
'';
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ openssl ccrtp ];
meta = {
description = "GNU RTP stack for the zrtp protocol developed by Phil Zimmermann";
homepage = "http://www.gnutelephony.org/index.php/GNU_ZRTP";
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.marcweber ];
platforms = stdenv.lib.platforms.linux;
};
}

View File

@ -8736,8 +8736,6 @@ with pkgs;
libzdb = callPackage ../development/libraries/libzdb { };
libzrtpcpp = callPackage ../development/libraries/libzrtpcpp { };
libwacom = callPackage ../development/libraries/libwacom { };
lightning = callPackage ../development/libraries/lightning { };