mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
Revert "services/configuration: Fix case where sub-documentation is nonexistent."
This reverts commit 8b6e9acc26.
Fixes: <https://issues.guix.gnu.org/79578>
This commit is contained in:
@@ -463,12 +463,11 @@ DEFAULT."
|
||||
,@(append-map
|
||||
generate
|
||||
(filter-map
|
||||
(match-lambda
|
||||
((name config)
|
||||
(and (eq? name field-name)
|
||||
config)))
|
||||
(or (assq-ref sub-documentation field-name)
|
||||
'()))))))
|
||||
(match-lambda
|
||||
((name config)
|
||||
(and (eq? name field-name)
|
||||
config)))
|
||||
sub-documentation)))))
|
||||
fields)))))))
|
||||
(stexi->texi `(*fragment* . ,(generate documentation-name))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user