5 , gobject-introspection
16 stdenv.mkDerivation rec {
20 outputs = [ "out" "dev" "devdoc" ];
23 url = "https://www.freedesktop.org/software/libqmi/${pname}-${version}.tar.xz";
24 sha256 = "sha256-hiSCzp460L1l0mQzTuMRzblLnfKGO1txNjCbQbisGZA=";
41 propagatedBuildInputs = [
47 "--with-udev-base-dir=${placeholder "out"}/lib/udev"
48 "--enable-gtk-doc=${if (stdenv.buildPlatform == stdenv.hostPlatform) then "yes" else "no"}"
49 "--enable-introspection=${if (stdenv.buildPlatform == stdenv.hostPlatform) then "yes" else "no"}"
52 enableParallelBuilding = true;
57 homepage = "https://www.freedesktop.org/wiki/Software/libqmi/";
58 description = "Modem protocol helper library";
59 maintainers = teams.freedesktop.members;
60 platforms = platforms.linux;
61 license = with licenses; [
67 changelog = "https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/blob/${version}/NEWS";