teams: use lib.getLib systemd instead of systemd.lib

This will pick the `lib` output if it exists, otherwise default to `out`.
This commit is contained in:
Florian Klink 2020-08-12 20:13:48 +02:00
parent ecc80775aa
commit 24126d3cab

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
];
runtimeDependencies = [
systemd.lib
(lib.getLib systemd)
pulseaudio
];