mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
linuxPackages.nvidia_x11.persistenced: remove dates from man pages (#407298)
This commit is contained in:
commit
8d4a156eb1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||||
nativeBuildInputs = [ m4 ];
|
nativeBuildInputs = [ m4 ];
|
||||||
buildInputs = [ libtirpc ];
|
buildInputs = [ libtirpc ];
|
||||||
|
|
||||||
inherit (nvidia_x11) makeFlags;
|
makeFlags = nvidia_x11.makeFlags ++ [ "DATE=true" ];
|
||||||
|
|
||||||
installFlags = [ "PREFIX=$(out)" ];
|
installFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue