linuxPackages.nvidia_x11.persistenced: remove dates from man pages

The make target for nvidia-persistenced builds a man page which includes
the current date into the footer, causing irreproducible builds.
Overriding the `date` utility with the `true` utility removes the date
from the footer entirely.

Signed-off-by: Markus Rudy <webmaster@burgerdev.de>
This commit is contained in:
Markus Rudy 2025-05-15 10:36:40 +02:00
parent 31f43a05c4
commit 35f0d9e35e

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ m4 ];
buildInputs = [ libtirpc ];
inherit (nvidia_x11) makeFlags;
makeFlags = nvidia_x11.makeFlags ++ [ "DATE=true" ];
installFlags = [ "PREFIX=$(out)" ];