libmbim: remove unused systemd dependency

This was originally a dependency on udev, from back when libmbim used
udev rather than directly interacting with sysfs.  It was converted
from udev to systemd in 005c3cffc1 ("libmbim: 1.16.2 -> 1.18.0"),
presumably just because at the time udev was considered to be a
deprecated alias for systemd, because the libmbim source code from
that time doesn't mention systemd.  Nowadays, neither udev or systemd
is mentioned in the libmbim source code, except that it installs some
udev rules of its own.
This commit is contained in:
Alyssa Ross
2024-05-07 15:42:18 +02:00
parent 4a5f70933f
commit 234502f348
@@ -52,7 +52,6 @@ stdenv.mkDerivation rec {
buildInputs = [
glib
systemd
bash-completion
bash
];