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:
parent
b8b4d7ebf2
commit
8e2f11ee51
@ -11557,7 +11557,7 @@ with pkgs;
|
|||||||
spidermonkey = spidermonkey_1_8_5;
|
spidermonkey = spidermonkey_1_8_5;
|
||||||
python = python27;
|
python = python27;
|
||||||
sphinx = python27Packages.sphinx;
|
sphinx = python27Packages.sphinx;
|
||||||
erlang = erlangR17;
|
erlang = erlangR19;
|
||||||
};
|
};
|
||||||
|
|
||||||
couchdb2 = callPackage ../servers/http/couchdb/2.0.0.nix {
|
couchdb2 = callPackage ../servers/http/couchdb/2.0.0.nix {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user