Merge pull request #223603 from anmonteiro/patch-5
buildDunePackage: use `--mandir` instead of `--man`
This commit is contained in:
@@ -32,7 +32,7 @@ stdenv.mkDerivation ({
|
||||
runHook preInstall
|
||||
dune install --prefix $out --libdir $OCAMLFIND_DESTDIR ${pname} \
|
||||
${if lib.versionAtLeast Dune.version "2.9"
|
||||
then "--docdir $out/share/doc --man $out/share/man"
|
||||
then "--docdir $out/share/doc --mandir $out/share/man"
|
||||
else ""}
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user