move dictd* in toplevel dicts to dictdDBs

This commit is contained in:
Edward Tjörnhammar
2016-10-19 08:43:30 +02:00
parent 5929a5d958
commit f59a1ee660
2 changed files with 3 additions and 5 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl }:
{ stdenv, fetchurl, callPackage }:
let
# Probably a bug in some FreeDict release files, but easier to trivially
@@ -82,4 +82,6 @@ in rec {
dbName = "mueller-names";
locale = "en_UK";
};
wordnet = callPackage ./dictd-wordnet.nix {};
wiktionary = callPackage ./dictd-wiktionary.nix {};
}