11 stdenv.mkDerivation rec {
12 pname = "libosmo-sccp";
15 src = fetchFromGitHub {
17 repo = "libosmo-sccp";
19 hash = "sha256-MT3NM4sXCLUNKQ5wEbUmvf2KYJNdcSFqGYeQbg+eop8=";
22 configureFlags = [ "--with-systemdsystemunitdir=$out" ];
25 echo "${version}" > .tarball-version
39 enableParallelBuilding = true;
42 description = "SCCP + SIGTRAN (SUA/M3UA) libraries as well as OsmoSTP";
43 mainProgram = "osmo-stp";
44 homepage = "https://osmocom.org/projects/libosmo-sccp";
45 license = licenses.gpl2Plus;
46 platforms = platforms.linux;
47 maintainers = with maintainers; [