sofia-sip: add meta data
This commit is contained in:
parent
070891ce43
commit
f32543dbbc
@ -11,7 +11,10 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ glib openssl ];
|
buildInputs = [ glib openssl ];
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.linux;
|
description = "Open-source SIP User-Agent library, compliant with the IETF RFC3261 specification";
|
||||||
|
homepage = http://sofia-sip.sourceforge.net/;
|
||||||
|
platforms = platforms.linux;
|
||||||
|
license = licenses.lgpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user