mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
opal: add licenes
This commit is contained in:
parent
8e7f191c27
commit
d9e6d6ac33
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user