libzrtpcpp: Refactor

This commit is contained in:
William A. Kennington III 2015-04-06 15:05:52 -07:00
parent e596f6dab7
commit ac0a939b1f

View File

@ -14,8 +14,7 @@ stdenv.mkDerivation rec {
'';
nativeBuildInputs = [ cmake pkgconfig ];
propagatedBuildInputs = [ openssl ccrtp ];
buildInputs = [ openssl ccrtp ];
meta = {
description = "GNU RTP stack for the zrtp protocol developed by Phil Zimmermann";