10 stdenv.mkDerivation rec {
15 url = "mirror://savannah/exosip/${pname}-${version}.tar.gz";
16 sha256 = "sha256-W3gjmGQx6lztyfCV1pZKzpZvCTsq59CwhAR4i/zrycI=";
19 nativeBuildInputs = [ pkg-config ];
26 license = licenses.gpl2Plus;
27 description = "Library that hides the complexity of using the SIP protocol";
28 platforms = platforms.linux;