erlang: fix empty documentation chunks in OTP 26 (#404664)

This commit is contained in:
Yt
2025-05-06 11:31:56 -04:00
committed by GitHub
@@ -129,8 +129,8 @@ stdenv.mkDerivation (
];
env = {
# only build shell/IDE docs and man pages
DOC_TARGETS = "chunks man";
# only build man pages and shell/IDE docs
DOC_TARGETS = "man chunks";
};
buildInputs =