chromium: replace systemd with systemdLibs

This commit is contained in:
Pol Dellaiera
2025-11-11 20:02:56 +01:00
committed by emilylange
parent 8a3d72a525
commit 551a4e6ad5
@@ -96,8 +96,8 @@
ungoogled-chromium,
# Optional dependencies:
libgcrypt ? null, # cupsSupport
systemdSupport ? lib.meta.availableOn stdenv.hostPlatform systemd,
systemd,
systemdSupport ? lib.meta.availableOn stdenv.hostPlatform systemdLibs,
systemdLibs,
}:
buildFun:
@@ -370,7 +370,7 @@ let
libffi
libevdev
]
++ lib.optional systemdSupport systemd
++ lib.optional systemdSupport systemdLibs
++ lib.optionals cupsSupport [
libgcrypt
cups
@@ -427,7 +427,7 @@ let
libffi
libevdev
]
++ lib.optional systemdSupport systemd
++ lib.optional systemdSupport systemdLibs
++ lib.optionals cupsSupport [
libgcrypt
cups