couchdb2: pin to erlangR21

This commit is contained in:
Yorick van Pelt 2019-07-16 10:35:47 +02:00
parent 333208a990
commit a9baaf90f6
No known key found for this signature in database
GPG key ID: A36E70F9DC014A15
2 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,8 @@ stdenv.mkDerivation rec {
name = "couchdb-${version}";
version = "2.3.0";
# when updating this, please consider bumping the OTP version
# in all-packages.nix
src = fetchurl {
url = "mirror://apache/couchdb/source/${version}/apache-${name}.tar.gz";
sha256 = "0lpk64n6fip85j1jz59kq20jdliwv6mh8j2h5zyxjn5i8b86hf0b";

View file

@ -14235,6 +14235,7 @@ in
couchdb2 = callPackage ../servers/http/couchdb/2.0.0.nix {
spidermonkey = spidermonkey_1_8_5;
erlang = erlangR21;
};
couchpotato = callPackage ../servers/couchpotato {};