Unverified Commit 4736e78c authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

webkitgtk: replace `systemd` with `systemdLibs` (#463759)

parents c2ab6b65 6ff94a18
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
{
  lib,
  clangStdenv,
  buildPackages,
  runCommand,
  fetchurl,
  perl,
  python3,
@@ -65,7 +63,7 @@
  bubblewrap,
  libseccomp,
  libbacktrace,
  systemd,
  systemdLibs,
  xdg-dbus-proxy,
  replaceVars,
  glib,
@@ -74,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,
}:
@@ -191,7 +189,7 @@ clangStdenv.mkDerivation (finalAttrs: {
    xorg.libX11
  ]
  ++ lib.optionals systemdSupport [
    systemd
    systemdLibs
  ]
  ++ lib.optionals enableGeoLocation [
    geoclue2