diff --git a/pkgs/applications/editors/vscode/generic.nix b/pkgs/applications/editors/vscode/generic.nix index 44792a49450d..28aba5a67d59 100644 --- a/pkgs/applications/editors/vscode/generic.nix +++ b/pkgs/applications/editors/vscode/generic.nix @@ -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 diff --git a/pkgs/by-name/gi/github-desktop/package.nix b/pkgs/by-name/gi/github-desktop/package.nix index 46be620793f4..7729cc5c11e4 100644 --- a/pkgs/by-name/gi/github-desktop/package.nix +++ b/pkgs/by-name/gi/github-desktop/package.nix @@ -15,7 +15,7 @@ alsa-lib, cups, libgbm, - systemd, + systemdLibs, openssl, libglvnd, }: @@ -92,7 +92,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { ''; runtimeDependencies = [ - (lib.getLib systemd) + systemdLibs ]; meta = { diff --git a/pkgs/by-name/si/signal-desktop-bin/generic.nix b/pkgs/by-name/si/signal-desktop-bin/generic.nix index 9b0fd4aec65c..4f5e80da95ac 100644 --- a/pkgs/by-name/si/signal-desktop-bin/generic.nix +++ b/pkgs/by-name/si/signal-desktop-bin/generic.nix @@ -45,7 +45,7 @@ libgbm, libwebp, # Runtime dependencies: - systemd, + systemdLibs, libnotify, libdbusmenu, libpulseaudio, @@ -186,13 +186,13 @@ stdenv.mkDerivation rec { nspr nss pango - systemd + systemdLibs xorg.libxcb xorg.libxshmfence ]; runtimeDependencies = [ - (lib.getLib systemd) + systemdLibs libappindicator-gtk3 libnotify libdbusmenu