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>
This commit is contained in:
		
							parent
							
								
									b8e912c35f
								
							
						
					
					
						commit
						2ecf4a9ba3
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -114,6 +114,7 @@ Copyright @copyright{} 2022 Ivan Vilata-i-Balaguer@*
 | 
				
			||||||
Copyright @copyright{} 2023 Giacomo Leidi@*
 | 
					Copyright @copyright{} 2023 Giacomo Leidi@*
 | 
				
			||||||
Copyright @copyright{} 2022 Antero Mejr@*
 | 
					Copyright @copyright{} 2022 Antero Mejr@*
 | 
				
			||||||
Copyright @copyright{} 2023 Karl Hallsby
 | 
					Copyright @copyright{} 2023 Karl Hallsby
 | 
				
			||||||
 | 
					Copyright @copyright{} 2023 Nathaniel Nicandro
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Permission is granted to copy, distribute and/or modify this document
 | 
					Permission is granted to copy, distribute and/or modify this document
 | 
				
			||||||
under the terms of the GNU Free Documentation License, Version 1.3 or
 | 
					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
 | 
					          (handlers (list
 | 
				
			||||||
                     (dicod-handler
 | 
					                     (dicod-handler
 | 
				
			||||||
                      (name "wordnet")
 | 
					                      (name "wordnet")
 | 
				
			||||||
                      (module "dictorg")
 | 
					                      (module "wordnet")
 | 
				
			||||||
                      (options
 | 
					                      (options
 | 
				
			||||||
                       (list #~(string-append "dbdir=" #$wordnet))))))
 | 
					                       (list #~(string-append "wnhome=" #$wordnet))))))
 | 
				
			||||||
          (databases (list
 | 
					          (databases (list
 | 
				
			||||||
                      (dicod-database
 | 
					                      (dicod-database
 | 
				
			||||||
                       (name "wordnet")
 | 
					                       (name "wordnet")
 | 
				
			||||||
                       (complex? #t)
 | 
					                       (complex? #t)
 | 
				
			||||||
                       (handler "wordnet")
 | 
					                       (handler "wordnet"))
 | 
				
			||||||
                       (options '("database=wn")))
 | 
					 | 
				
			||||||
                      %dicod-database:gcide))))
 | 
					                      %dicod-database:gcide))))
 | 
				
			||||||
@end lisp
 | 
					@end lisp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue