erlang: fix empty documentation chunks in OTP 26

Without this, chunks are present but empty. Later versions do not seem
to be affected.

issue introduced in 284bdce430
This commit is contained in:
Thomas Nixon
2025-05-06 14:57:13 +01:00
parent f309d7115b
commit d30e6a0879
@@ -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 =