drawio: 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:02 +02:00
parent 427a36e78b
commit cedd724fbf

View File

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