Commit ebbb0a94 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

vscode: replace `systemd` with `systemdLibs`

parent daba1bdd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
  nss,
  nspr,
  xorg,
  systemd,
  systemdLibs,
  fontconfig,
  libdbusmenu,
  glib,
@@ -230,12 +230,12 @@ stdenv.mkDerivation (
      libgbm
      nss
      nspr
      systemd
      systemdLibs
      xorg.libxkbfile
    ];

    runtimeDependencies = lib.optionals stdenv.hostPlatform.isLinux [
      (lib.getLib systemd)
      systemdLibs
      fontconfig.lib
      libdbusmenu
      wayland