3
0
Fork 0
forked from mirrors/nixpkgs

opal: add licenes

This commit is contained in:
Markus Kowalewski 2018-10-25 21:54:43 +02:00
parent 8e7f191c27
commit d9e6d6ac33
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ ptlib srtp libtheora speex
ffmpeg x264 cyrus_sasl openldap openssl expat unixODBC ];
propagatedBuildInputs = [ speex ];
propagatedBuildInputs = [ speex ];
configureFlags = [ "--enable-h323" ];
@ -21,11 +21,12 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-D__STDC_CONSTANT_MACROS=1 -std=gnu++98";
patches = [ ./disable-samples-ftbfs.diff ./libav9.patch ./libav10.patch ];
meta = with stdenv.lib; {
description = "VoIP library";
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
license = with licenses; [ bsdOriginal mpl10 gpl2Plus lgpl21 ];
};
passthru = {