drawio: 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 427a36e78b
commit cedd724fbf
  1. 2
      pkgs/applications/graphics/drawio/default.nix

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

Loading…
Cancel
Save