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:
parent
eea7f93ce9
commit
ecc80775aa
@ -79,7 +79,7 @@ in stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
runtimeDependencies = [
|
||||
systemd.lib
|
||||
(lib.getLib systemd)
|
||||
libnotify
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user