* man: Prefer /etc/man.conf over $out/lib/man.conf. Man only reads
the first file that exists, so this is necessary to allow the
builtin config to be overriden.
···1717 patches = [
1818 # Search in "share/man" relative to each path in $PATH (in addition to "man").
1919 ./share.patch
2020+2121+ # Prefer /etc/man.conf over $out/lib/man.conf. Man only reads the
2222+ # first file that exists, so this is necessary to allow the
2323+ # builtin config to be overriden.
2424+ ./conf.patch
2025 ];
21262227 preConfigure = ''