chromium: replace systemd with systemdLibs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user