lol

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 284bdce430562a8e7a271d03fcc122cc4d72d498

+2 -2
+2 -2
pkgs/development/interpreters/erlang/generic-builder.nix
··· 129 129 ]; 130 130 131 131 env = { 132 - # only build shell/IDE docs and man pages 133 - DOC_TARGETS = "chunks man"; 132 + # only build man pages and shell/IDE docs 133 + DOC_TARGETS = "man chunks"; 134 134 }; 135 135 136 136 buildInputs =