modemmanager: enable strictDeps

checked with `diffing`
This commit is contained in:
Artturin 2024-02-05 22:52:42 +02:00
parent 0c27c78cf2
commit 8533260f17

View File

@ -19,6 +19,7 @@
, vala
, gobject-introspection
, dbus
, bash
}:
stdenv.mkDerivation rec {
@ -39,6 +40,8 @@ stdenv.mkDerivation rec {
./no-dummy-dirs-in-sysconfdir.patch
];
strictDeps = true;
nativeBuildInputs = [
meson
ninja
@ -61,6 +64,7 @@ stdenv.mkDerivation rec {
systemd
bash-completion
dbus
bash # shebangs in share/ModemManager/fcc-unlock.available.d/
];
nativeInstallCheckInputs = [