Merge pull request #24123 from mdaiter/couchDBUpgrade

couchdb: R16 -> R17
This commit is contained in:
Daiderd Jordan 2017-03-20 19:59:19 +01:00 committed by GitHub
commit 8d8fda19b7

View file

@ -10531,7 +10531,7 @@ with pkgs;
spidermonkey = spidermonkey_1_8_5;
python = python27;
sphinx = python27Packages.sphinx;
erlang = erlangR16;
erlang = erlangR17;
};
couchdb2 = callPackage ../servers/http/couchdb/2.0.0.nix {