12 inherit (stdenv) isLinux;
15 stdenv.mkDerivation rec {
19 src = fetchFromGitHub {
23 hash = "sha256-RE16qzL8CXjGzoDniB8gBF0fsIaWzDuIvpdQ/5vUdug=";
27 echo "${version}" > .tarball-version
42 enableParallelBuilding = true;
45 description = "Osmocom Media Gateway (MGW). speaks RTP and E1 as well as MGCP";
46 mainProgram = "osmo-mgw";
47 homepage = "https://osmocom.org/projects/osmo-mgw";
48 license = lib.licenses.agpl3Plus;
49 maintainers = with lib.maintainers; [ ];
50 platforms = lib.platforms.linux;