Commit d30e6a08 authored by Thomas Nixon's avatar Thomas Nixon
Browse files

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 284bdce4
parent f309d711
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 =