3
0
Fork 0
forked from mirrors/nixpkgs

sofia-sip: add meta data

This commit is contained in:
Markus Kowalewski 2018-10-27 15:29:37 +02:00
parent 070891ce43
commit f32543dbbc
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -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;
};
}