3
0
Fork 0
forked from mirrors/nixpkgs

fwupd: enable modemmanager plugin

This commit is contained in:
Tom Fitzhenry 2022-02-27 00:13:52 +11:00 committed by Jan Tojnar
parent 413a50ede6
commit b3c966ce07

View file

@ -51,6 +51,9 @@
, nixosTests
, runCommand
, unstableGitUpdater
, modemmanager
, libqmi
, libmbim
}:
let
@ -195,6 +198,9 @@ let
efivar
fwupd-efi
protobufc
modemmanager
libmbim
libqmi
] ++ lib.optionals haveDell [
libsmbios
];
@ -214,6 +220,7 @@ let
"--sysconfdir=/etc"
"-Dsysconfdir_install=${placeholder "out"}/etc"
"-Defi_os_dir=nixos"
"-Dplugin_modem_manager=true"
# We do not want to place the daemon into lib (cyclic reference)
"--libexecdir=${placeholder "out"}/libexec"