{signal-desktop-bin, vscode, github-desktop}: use systemdLibs (#439824)

This commit is contained in:
Pol Dellaiera
2025-09-11 20:21:17 +02:00
committed by GitHub
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -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
+2 -2
View File
@@ -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 = {
@@ -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