github-desktop: use systemdLibs

This commit is contained in:
Pol Dellaiera
2025-09-03 14:18:10 +02:00
parent 4045f46e20
commit 601039f620
+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 = {