16 stdenv.mkDerivation rec {
17 pname = "libosmocore";
20 src = fetchFromGitHub {
24 hash = "sha256-qP5vGBgPs5y3InE3qgkVHiZgH3AW3mNyLIixgARAVRc=";
28 echo "${version}" > .tarball-version
31 propagatedBuildInputs = [
50 enableParallelBuilding = true;
53 description = "Set of Osmocom core libraries";
54 homepage = "https://github.com/osmocom/libosmocore";
55 license = licenses.gpl2Plus;
56 platforms = platforms.linux;
57 maintainers = with maintainers; [