Merge #31825: man-db: explicitly pass section string
This commit is contained in:
commit
b22492ed81
@ -28,6 +28,10 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-systemdtmpfilesdir=\${out}/lib/tmpfiles.d"
|
"--with-systemdtmpfilesdir=\${out}/lib/tmpfiles.d"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
configureFlagsArray+=("--with-sections=1 n l 8 3 0 2 5 4 9 6 7")
|
||||||
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# apropos/whatis uses program name to decide whether to act like apropos or whatis
|
# apropos/whatis uses program name to decide whether to act like apropos or whatis
|
||||||
# (multi-call binary). `apropos` is actually just a symlink to whatis. So we need to
|
# (multi-call binary). `apropos` is actually just a symlink to whatis. So we need to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user