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:
parent
31f43a05c4
commit
35f0d9e35e
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||
nativeBuildInputs = [ m4 ];
|
||||
buildInputs = [ libtirpc ];
|
||||
|
||||
inherit (nvidia_x11) makeFlags;
|
||||
makeFlags = nvidia_x11.makeFlags ++ [ "DATE=true" ];
|
||||
|
||||
installFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user