3
0
Fork 0
forked from mirrors/nixpkgs

Merge #31825: man-db: explicitly pass section string

This commit is contained in:
Vladimír Čunát 2017-11-19 17:56:37 +01:00
commit b22492ed81
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -28,6 +28,10 @@ stdenv.mkDerivation rec {
"--with-systemdtmpfilesdir=\${out}/lib/tmpfiles.d"
];
preConfigure = ''
configureFlagsArray+=("--with-sections=1 n l 8 3 0 2 5 4 9 6 7")
'';
postInstall = ''
# 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