signal-desktop: use lib.getLib systemd instead of systemd.lib

This will pick the `lib` output if it exists, otherwise default to `out`.
wip/yesman
Florian Klink 4 years ago
parent eea7f93ce9
commit ecc80775aa
  1. 2
      pkgs/applications/networking/instant-messengers/signal-desktop/default.nix

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

Loading…
Cancel
Save