dictd-wiktionary: Let dictd serve an offline copy of wiktionary.

@vcunat: add -O to python, as it takes lots of time to process
This commit is contained in:
Petr Rockai
2012-10-27 23:02:44 +02:00
committed by Vladimír Čunát
parent c7fbe02429
commit b5451c73b6
3 changed files with 812 additions and 0 deletions

View File

@@ -5512,6 +5512,8 @@ let
inherit stdenv lib dict;
};
dictdWiktionary = callPackage ../servers/dict/dictd-wiktionary.nix {};
dictdWordnet = callPackage ../servers/dict/dictd-wordnet.nix {};
dovecot = callPackage ../servers/mail/dovecot { };