build ModemManager with introspection

as the files it creates are required by Satellite

I thought originally that this was stopping it from cross-compiling,
but it must have been something else
This commit is contained in:
Daniel Barlow 2024-07-22 14:49:31 +01:00
parent d83cce069c
commit f0de997680
1 changed files with 4 additions and 2 deletions

View File

@ -15,6 +15,7 @@
pkg-config,
python3,
systemd,
gobject-introspection,
pkgsBuildBuild,
buildPackages
}: stdenv.mkDerivation rec {
@ -34,7 +35,7 @@
nativeBuildInputs = [
meson
ninja
# gobject-introspection
gobject-introspection
gettext
pkg-config
libxslt
@ -73,10 +74,11 @@
"-Dqrtr=false"
"-Dpolkit=no"
"-Dplugin_foxconn=disabled"
"-Dplugin_quectel=disabled"
"-Dman=false"
"-Dexamples=false"
"-Dtests=false"
"-Dintrospection=false"
# "-Dintrospection=false"
];
}