12 stdenv.mkDerivation rec {
13 pname = "libosmo-sigtran";
16 # fetchFromGitea hangs
18 url = "https://gitea.osmocom.org/osmocom/libosmo-sigtran.git";
20 hash = "sha256-tNSe5FFietdjl80hhQntsdgG90CP7z7RWyTpGhsApt0=";
23 configureFlags = [ "--with-systemdsystemunitdir=$out" ];
26 echo "${version}" > .tarball-version
40 enableParallelBuilding = true;
43 description = "SCCP + SIGTRAN (SUA/M3UA) libraries as well as OsmoSTP";
44 mainProgram = "osmo-stp";
45 homepage = "https://osmocom.org/projects/libosmo-sccp";
46 license = licenses.gpl2Plus;
47 platforms = platforms.linux;
48 maintainers = with maintainers; [