at-spi2-core: fix systemdLibs dependency (#433749)

authored by 7c6f434c and committed by GitHub 01cfbe86 c8e29ade

+3 -3
+3 -3
pkgs/by-name/at/at-spi2-core/package.nix
··· 21 21 libXi, 22 22 libXext, 23 23 gnome, 24 - systemd, 25 - systemdSupport ? lib.meta.availableOn stdenv.hostPlatform systemd, 24 + systemdLibs, 25 + systemdSupport ? lib.meta.availableOn stdenv.hostPlatform systemdLibs, 26 26 }: 27 27 28 28 stdenv.mkDerivation rec { ··· 62 62 ] 63 63 ++ lib.optionals systemdSupport [ 64 64 # libsystemd is a needed for dbus-broker support 65 - systemd 65 + systemdLibs 66 66 ]; 67 67 68 68 # In atspi-2.pc dbus-1 glib-2.0