12 inherit (stdenv) isLinux;
15 stdenv.mkDerivation rec {
16 pname = "osmo-sip-connector";
19 src = fetchFromGitHub {
21 repo = "osmo-sip-connector";
23 hash = "sha256-5+bNqdQuobCwy99BLTIWLLNIpirMcb8w1xnIew5a9WE=";
27 echo "${version}" > .tarball-version
42 enableParallelBuilding = true;
45 description = "This implements an interface between the MNCC (Mobile Network Call Control) interface of OsmoMSC (and also previously OsmoNITB) and SIP";
46 mainProgram = "osmo-sip-connector";
47 homepage = "https://osmocom.org/projects/osmo-sip-conector";
48 license = lib.licenses.agpl3Plus;
49 maintainers = with lib.maintainers; [ ];
50 platforms = lib.platforms.linux;