forked from lix-project/lix
Add another configure flag assertion
This commit is contained in:
parent
7e2b1cce6a
commit
6e0656c66c
|
@ -363,6 +363,9 @@ in {
|
|||
# We have to build the manual to build unreleased notes, as those
|
||||
# are part of the manual
|
||||
(buildUnreleasedNotes -> enableManual)
|
||||
# The build process for the manual currently requires extracting
|
||||
# data from the Nix executable we are trying to document.
|
||||
(enableManual -> doBuild)
|
||||
]);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue