syslog-ng: make the build reproducible

This commit is contained in:
Tobias Mayer 2022-09-23 08:50:24 +02:00 committed by Bjørn Forsman
parent b3695cb666
commit 79152c59d1

View file

@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
"--with-jsonc=system"
"--with-systemd-journal=system"
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
"--without-compile-date"
];
outputs = [ "out" "man" ];