11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "sha256-6FAkfxC7Tg7uIAmTmRt5Sn8/YofILfpe7Y4pSaq8XL8=";
22 outputs = [ "out" "dev" ];
37 rm test/rtpw_test.sh \
42 "-Dcrypto-library=openssl"
43 "-Dcrypto-library-kdf=disabled"
45 "-Dtests=${if doCheck then "enabled" else "disabled"}"
51 homepage = "https://github.com/cisco/libsrtp";
52 description = "Secure RTP (SRTP) Reference Implementation";
53 license = licenses.bsd3;
54 platforms = platforms.all;
55 maintainers = with maintainers; [ r-burns ];