Unverified Commit f6e962bb authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

rsyslog: fixup build

For some reason it now wasn't linking properly anymore:
https://hydra.nixos.org/build/321669732/nixlog/3/tail
This change should be relatively safe.
parent 062ddd6e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -180,6 +180,8 @@ stdenv.mkDerivation rec {
    (lib.enableFeature true "generate-man-pages")
  ];

  NIX_CFLAGS_LINK = "-lz";

  passthru.tests = {
    nixos-rsyslogd = nixosTests.rsyslogd;
  };