15 inherit (stdenv.hostPlatform) isLinux;
18 stdenv.mkDerivation rec {
22 src = fetchFromGitHub {
26 hash = "sha256-tcGnsLsVJohxaSfMbGfkHcBhLpbTZbXM+KWe2j34qeo=";
30 echo "${version}" > .tarball-version
48 enableParallelBuilding = true;
51 description = "Osmocom implementation of the 3GPP Serving GPRS Support Node (SGSN)";
52 homepage = "https://osmocom.org/projects/osmosgsn";
53 license = lib.licenses.agpl3Plus;
55 platforms = lib.platforms.linux;
56 mainProgram = "osmo-sgsn";