From fa6fb4be98a43f428c9ee2acb645130f0f051777 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 3 Sep 2025 13:07:23 +0200 Subject: [PATCH 1/3] signal-desktop-bin: use `systemdLibs` --- pkgs/by-name/si/signal-desktop-bin/generic.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 From 4045f46e20d107a019066d9c0f71fc6ac8e76cdb Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 3 Sep 2025 13:09:41 +0200 Subject: [PATCH 2/3] vscode: use `systemdLibs` --- pkgs/applications/editors/vscode/generic.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 From 601039f62095e0ecc2d9582252fe622bcccba7d3 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 3 Sep 2025 13:17:37 +0200 Subject: [PATCH 3/3] github-desktop: use `systemdLibs` --- pkgs/by-name/gi/github-desktop/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {