1 {lib, stdenv, fetchurl}:
2 stdenv.mkDerivation rec {
5 url = "mirror://gnu/osip/libosip2-${version}.tar.gz";
6 sha256 = "sha256-/oL+hBYIJmrBWlwRGCFtoAxVTVAG4odaisN1Kx5q3Hk=";
11 license = lib.licenses.lgpl21Plus;
12 homepage = "https://www.gnu.org/software/osip/";
13 description = "The GNU oSIP library, an implementation of the Session Initiation Protocol (SIP)";
14 maintainers = with lib.maintainers; [ raskin ];
15 platforms = lib.platforms.all;