libcamera: use udev, not systemd

As the comment indicated, the only part of systemd that was used is
udev.  This should decrease the closure size, and also do the right
thing on platforms with different udev implementations.
This commit is contained in:
Alyssa Ross
2025-06-11 09:48:53 +02:00
parent 4b27b1e1f5
commit 9baf24bcd3
+2 -2
View File
@@ -16,7 +16,7 @@
doxygen,
python3,
python3Packages,
systemd, # for libudev
udev,
libpisp,
withTracing ? lib.meta.availableOn stdenv.hostPlatform lttng-ust,
lttng-ust, # withTracing
@@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
libdrm
# hotplugging
systemd
udev
# pycamera
python3Packages.pybind11