4 , gobject-introspection
11 stdenv.mkDerivation rec {
16 url = "https://www.freedesktop.org/software/libmbim/${pname}-${version}.tar.xz";
17 sha256 = "sha256-dgRlyqoczWmcFCkOl5HaRW1TAN0R6/TBSGFRAz6HXf0=";
20 outputs = [ "out" "dev" "man" ];
23 "--with-udev-base-dir=${placeholder "out"}/lib/udev"
24 "--enable-introspection"
42 homepage = "https://www.freedesktop.org/wiki/Software/libmbim/";
43 description = "Library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol";
44 platforms = platforms.linux;
45 license = licenses.gpl2;