Unverified Commit 551a4e6a authored by Pol Dellaiera's avatar Pol Dellaiera Committed by emilylange
Browse files

chromium: replace `systemd` with `systemdLibs`

parent 8a3d72a5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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