sane-backends: replace systemd with systemdLibs

This commit is contained in:
Pol Dellaiera
2025-09-09 08:45:32 +02:00
parent 0a28e12493
commit bf1c73d3b1
@@ -17,8 +17,8 @@
libv4l,
net-snmp,
curl,
systemd,
withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd,
systemdLibs,
withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemdLibs,
libxml2,
poppler,
gawk,
@@ -118,7 +118,7 @@ stdenv.mkDerivation (finalAttrs: {
net-snmp
]
++ lib.optionals withSystemd [
systemd
systemdLibs
];
enableParallelBuilding = true;