12 inherit (stdenv.hostPlatform) isLinux;
15 stdenv.mkDerivation rec {
19 src = fetchFromGitHub {
23 hash = "sha256-c8dnDXZ5K8hjHWq/AjsPFJlamuuasz7mQS5iIBjWCG0=";
27 echo "${version}" > .tarball-version
42 enableParallelBuilding = true;
45 description = "Osmocom implementation of 3GPP Home Location Registr (HLR)";
46 homepage = "https://osmocom.org/projects/osmo-hlr";
47 license = lib.licenses.agpl3Plus;
49 platforms = lib.platforms.linux;
50 mainProgram = "osmo-hlr";