drawio: use lib.getLib systemd instead of systemd.lib

This will pick the `lib` output if it exists, otherwise default to `out`.
gstqt5
Florian Klink 2020-08-12 20:13:02 +02:00
parent 427a36e78b
commit cedd724fbf
1 changed files with 1 additions and 1 deletions

View File

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