webkitgtk_{4_1,6_0}: replace systemd with systemdLibs
This commit is contained in:
committed by
Doron Behar
parent
168a4304af
commit
6ff94a1846
@@ -63,7 +63,7 @@
|
||||
bubblewrap,
|
||||
libseccomp,
|
||||
libbacktrace,
|
||||
systemd,
|
||||
systemdLibs,
|
||||
xdg-dbus-proxy,
|
||||
replaceVars,
|
||||
glib,
|
||||
@@ -72,7 +72,7 @@
|
||||
enableGeoLocation ? true,
|
||||
enableExperimental ? false,
|
||||
withLibsecret ? true,
|
||||
systemdSupport ? lib.meta.availableOn clangStdenv.hostPlatform systemd,
|
||||
systemdSupport ? lib.meta.availableOn clangStdenv.hostPlatform systemdLibs,
|
||||
testers,
|
||||
fetchpatch,
|
||||
}:
|
||||
@@ -189,7 +189,7 @@ clangStdenv.mkDerivation (finalAttrs: {
|
||||
xorg.libX11
|
||||
]
|
||||
++ lib.optionals systemdSupport [
|
||||
systemd
|
||||
systemdLibs
|
||||
]
|
||||
++ lib.optionals enableGeoLocation [
|
||||
geoclue2
|
||||
|
||||
Reference in New Issue
Block a user