10 , mobile-broadband-provider-info
13 stdenv.mkDerivation rec {
17 outputs = [ "out" "dev" ];
20 url = "https://git.kernel.org/pub/scm/network/ofono/ofono.git/snapshot/ofono-${version}.tar.gz";
21 sha256 = "sha256-rX3ngXoW7YISyytpRPLX/lGmQa5LPtFxeA2XdtU1gV0=";
25 ./0001-Search-connectors-in-OFONO_PLUGIN_PATH.patch
39 mobile-broadband-provider-info
43 "--with-dbusconfdir=${placeholder "out"}/share"
44 "--with-systemdunitdir=${placeholder "out"}/lib/systemd/system"
45 "--enable-external-ell"
50 "sysconfdir=${placeholder "out"}/etc"
53 enableParallelBuilding = true;
54 enableParallelChecking = false;
59 description = "Infrastructure for building mobile telephony (GSM/UMTS) applications";
60 homepage = "https://git.kernel.org/pub/scm/network/ofono/ofono.git";
61 changelog = "https://git.kernel.org/pub/scm/network/ofono/ofono.git/plain/ChangeLog?h=${version}";
62 license = licenses.gpl2Only;
64 platforms = platforms.linux;
65 mainProgram = "ofonod";