modemmanager: remove unused udev input

This is only used to determine the default value of udevdir, which we
set explicitly.
This commit is contained in:
Alyssa Ross 2024-05-07 19:53:51 +02:00
parent 2e13f16859
commit 3605676da2

View File

@ -3,7 +3,6 @@
, fetchFromGitLab
, fetchpatch
, glib
, udev
, libgudev
, polkit
, ppp
@ -62,7 +61,6 @@ stdenv.mkDerivation rec {
buildInputs = [
glib
udev
libgudev
polkit
ppp