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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user