couchdb: remove redundant customConfigFile

This commit is contained in:
Domen Kožar
2014-02-27 14:34:19 +01:00
parent d6a3cada9b
commit ab0aae42a4
2 changed files with 10 additions and 32 deletions

View File

@@ -6175,6 +6175,8 @@ let
couchdb = callPackage ../servers/http/couchdb {
spidermonkey = spidermonkey_185;
python = python27;
sphinx = python27Packages.sphinx;
};
dico = callPackage ../servers/dico { };