couchdb: use erlangR19 instead of erlangR17

erlangR17 is no longer receiving any kind of (security) patches,
switching to R19 should be fine as per the couchdb documentation [1]

[1] http://docs.couchdb.org/en/2.1.1/install/unix.html#dependencies
This commit is contained in:
Andreas Rammhold
2017-12-08 15:06:00 +01:00
parent b8b4d7ebf2
commit 8e2f11ee51
+1 -1
View File
@@ -11557,7 +11557,7 @@ with pkgs;
spidermonkey = spidermonkey_1_8_5;
python = python27;
sphinx = python27Packages.sphinx;
erlang = erlangR17;
erlang = erlangR19;
};
couchdb2 = callPackage ../servers/http/couchdb/2.0.0.nix {