lol

Merge pull request #223603 from anmonteiro/patch-5

buildDunePackage: use `--mandir` instead of `--man`

authored by

superherointj and committed by
GitHub
080bafb8 a4f8bf22

+1 -1
+1 -1
pkgs/build-support/ocaml/dune.nix
··· 32 32 runHook preInstall 33 33 dune install --prefix $out --libdir $OCAMLFIND_DESTDIR ${pname} \ 34 34 ${if lib.versionAtLeast Dune.version "2.9" 35 - then "--docdir $out/share/doc --man $out/share/man" 35 + then "--docdir $out/share/doc --mandir $out/share/man" 36 36 else ""} 37 37 runHook postInstall 38 38 '';