16 inherit (stdenv) isLinux;
19 stdenv.mkDerivation rec {
20 pname = "osmo-hnodeb";
23 src = fetchFromGitHub {
27 hash = "sha256-Izivyw2HqRmrM68ehGqlIkJeuZ986d1WQ0yr6NWWTdA=";
31 echo "${version}" > .tarball-version
50 enableParallelBuilding = true;
53 description = "(upper layers of) HomeNodeB";
54 mainProgram = "osmo-hnodeb";
55 homepage = "https://osmocom.org/projects/osmo-hnodeb";
56 license = lib.licenses.agpl3Plus;
57 maintainers = with lib.maintainers; [ ];
58 platforms = lib.platforms.linux;