[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/12: doc: Update dicod-configuration example
From: |
guix-commits |
Subject: |
09/12: doc: Update dicod-configuration example |
Date: |
Thu, 11 May 2023 10:39:28 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 2ecf4a9ba32b99558420443427ec581d507ef5b7
Author: Nathaniel Nicandro <nathanielnicandro@gmail.com>
AuthorDate: Thu May 4 09:58:27 2023 -0500
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>
---
doc/guix.texi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 31ebcf9db4..67b7373978 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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
- branch master updated (ef0aa7ff8b -> 1e4c45b0dc), guix-commits, 2023/05/11
- 02/12: services: dhcp-client-configuration: Add 'shepherd-requirement' field., guix-commits, 2023/05/11
- 01/12: gnu: home: services: fontutils: Add support for SXML fragments., guix-commits, 2023/05/11
- 10/12: services: Add vnstat-service-type., guix-commits, 2023/05/11
- 08/12: gnu: barrier: Include NULL compatibility., guix-commits, 2023/05/11
- 07/12: gnu: git: Update to 2.40.1 [security fixes]., guix-commits, 2023/05/11
- 09/12: doc: Update dicod-configuration example,
guix-commits <=
- 05/12: gnu: laby: Make laby function in pure environments., guix-commits, 2023/05/11
- 12/12: tests: Add vnstat tests., guix-commits, 2023/05/11
- 03/12: doc: Clarify substitute* docstring with an example., guix-commits, 2023/05/11
- 06/12: gnu: laby: Add patch for being able to execute game code., guix-commits, 2023/05/11
- 04/12: gnu: laby: Use new package style., guix-commits, 2023/05/11
- 11/12: services: inetd: Export accessors., guix-commits, 2023/05/11