16 inherit (stdenv.hostPlatform) isLinux;
19 stdenv.mkDerivation rec {
23 src = fetchFromGitHub {
27 hash = "sha256-OWCAiU4mK57e5gm6QOovwmoFAaCG1d8ZYpkP4isIqvI=";
31 echo "${version}" > .tarball-version
50 enableParallelBuilding = true;
53 description = "Osmocom Home NodeB Gateway, for attaching femtocells to the 3G CN (OsmoMSC, OsmoSGSN)";
54 mainProgram = "osmo-hnbgw";
55 homepage = "https://osmocom.org/projects/osmohnbgw";
56 license = lib.licenses.agpl3Plus;
58 platforms = lib.platforms.linux;