Merge pull request #94354 from flokli/systemd-246

systemd: 245.6 -> 246
This commit is contained in:
Florian Klink
2020-08-24 12:42:24 +02:00
committed by GitHub
66 changed files with 287 additions and 281 deletions
@@ -65,7 +65,7 @@ in buildGoPackage rec {
wrapProgram "$out/bin/agent" \
--set PYTHONPATH "$out/${python.sitePackages}" \
--prefix LD_LIBRARY_PATH : ${systemd.lib}/lib
--prefix LD_LIBRARY_PATH : ${lib.getLib systemd}/lib
'';
meta = with stdenv.lib; {