antora in nixpkgs is currently broken
This commit is contained in:
parent
ad9e564308
commit
cb0d5ed7fd
1 changed files with 4 additions and 1 deletions
|
@ -41,7 +41,10 @@ dimension "Nixpkgs version" {
|
|||
} // lib.optionalAttrs enableNixOSTests {
|
||||
inherit (pkgs) tests;
|
||||
} // lib.optionalAttrs enableDoc {
|
||||
inherit (pkgs) doc doc-options doc-options-check;
|
||||
inherit (pkgs)
|
||||
# FIXME: nixpkgs antora packaging is broken
|
||||
# doc
|
||||
doc-options doc-options-check;
|
||||
} // lib.optionalAttrs isReferenceTarget {
|
||||
inherit (pkgs.arion-project.haskellPkgs) arion-compose-checked;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue