forked from mirrors/nixpkgs
sofia-sip: add meta data
This commit is contained in:
parent
070891ce43
commit
f32543dbbc
|
@ -11,7 +11,10 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ glib openssl ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
meta = with stdenv.lib; {
|
||||
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…
Reference in a new issue