17 stdenv.mkDerivation rec {
28 url = "https://www.freedesktop.org/software/libqmi/${pname}-${version}.tar.xz";
29 sha256 = "sha256-hiSCzp460L1l0mQzTuMRzblLnfKGO1txNjCbQbisGZA=";
46 propagatedBuildInputs = [
52 "--with-udev-base-dir=${placeholder "out"}/lib/udev"
53 "--enable-gtk-doc=${if (stdenv.buildPlatform == stdenv.hostPlatform) then "yes" else "no"}"
54 "--enable-introspection=${if (stdenv.buildPlatform == stdenv.hostPlatform) then "yes" else "no"}"
57 enableParallelBuilding = true;
62 homepage = "https://www.freedesktop.org/wiki/Software/libqmi/";
63 description = "Modem protocol helper library";
64 maintainers = teams.freedesktop.members;
65 platforms = platforms.linux;
66 license = with licenses; [
72 changelog = "https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/blob/${version}/NEWS";