Skip to content

Commit

Permalink
man-db: set less as default pager
Browse files Browse the repository at this point in the history
This is the default on most systems, most users want this one. The
value can still be overriden with the “PAGER” value.
  • Loading branch information
matthewbauer committed Sep 10, 2019
1 parent bd61f91 commit a9dcb02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/misc/man-db/default.nix
Expand Up @@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
"--with-config-file=${placeholder "out"}/etc/man_db.conf"
"--with-systemdtmpfilesdir=${placeholder "out"}/lib/tmpfiles.d"
"--with-systemdsystemunitdir=${placeholder "out"}/lib/systemd/system"
"--with-pager=less"
] ++ stdenv.lib.optional stdenv.hostPlatform.isDarwin [
"ac_cv_func__set_invalid_parameter_handler=no"
"ac_cv_func_posix_fadvise=no"
Expand Down

0 comments on commit a9dcb02

Please sign in to comment.