me
/
guix
Archived
1
0
Fork 0

doc: Update dicod-configuration example

* doc/guix.texi (Dictionary Service): Update dicod-configuration example to
fix outdated WordNet database configuration.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Nathaniel Nicandro 2023-05-04 09:58:27 -05:00 committed by Ludovic Courtès
parent b8e912c35f
commit 2ecf4a9ba3
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 4 deletions

View File

@ -114,6 +114,7 @@ Copyright @copyright{} 2022 Ivan Vilata-i-Balaguer@*
Copyright @copyright{} 2023 Giacomo Leidi@*
Copyright @copyright{} 2022 Antero Mejr@*
Copyright @copyright{} 2023 Karl Hallsby
Copyright @copyright{} 2023 Nathaniel Nicandro
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
@ -38190,15 +38191,14 @@ The following is an example @code{dicod-service-type} configuration.
(handlers (list
(dicod-handler
(name "wordnet")
(module "dictorg")
(module "wordnet")
(options
(list #~(string-append "dbdir=" #$wordnet))))))
(list #~(string-append "wnhome=" #$wordnet))))))
(databases (list
(dicod-database
(name "wordnet")
(complex? #t)
(handler "wordnet")
(options '("database=wn")))
(handler "wordnet"))
%dicod-database:gcide))))
@end lisp