1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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";