signal-desktop: 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:30 +02:00
parent eea7f93ce9
commit ecc80775aa

View File

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