modemmanager: enable strictDeps
checked with `diffing`
This commit is contained in:
parent
0c27c78cf2
commit
8533260f17
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user