at-spi2-core: fix systemdLibs dependency

This commit is contained in:
Volker Diels-Grabsch
2025-08-16 15:25:05 +02:00
parent fc627b6a75
commit b17f8f14ed
+3 -3
View File
@@ -21,8 +21,8 @@
libXi,
libXext,
gnome,
systemd,
systemdSupport ? lib.meta.availableOn stdenv.hostPlatform systemd,
systemdLibs,
systemdSupport ? lib.meta.availableOn stdenv.hostPlatform systemdLibs,
}:
stdenv.mkDerivation rec {
@@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
]
++ lib.optionals systemdSupport [
# libsystemd is a needed for dbus-broker support
systemd
systemdLibs
];
# In atspi-2.pc dbus-1 glib-2.0