mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
nixos/make-options-doc: turn relatedPackages into links
link to search.nixos.org instead of pulling package metadata out of pkgs. this lets us cache docs of a few more modules and provides easier access to package info from the HTML manual, but makes the manpage slightly less useful since package description are no longer rendered.
This commit is contained in:
parent
b92a47c87c
commit
1301bdb185
8 changed files with 18 additions and 32 deletions
|
@ -932,6 +932,4 @@ in {
|
|||
]);
|
||||
|
||||
meta.doc = ./nextcloud.xml;
|
||||
# uses relatedPackages
|
||||
meta.buildDocsInSandbox = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue