couchdb3: switch to beamMinimalPackages.erlang (#434496)

This commit is contained in:
dish 2025-08-17 23:26:44 -04:00 committed by GitHub
commit abb39ae151
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9973,7 +9973,9 @@ with pkgs;
clickhouse-cli = with python3Packages; toPythonApplication clickhouse-cli;
couchdb3 = callPackage ../servers/http/couchdb/3.nix { };
couchdb3 = callPackage ../servers/http/couchdb/3.nix {
erlang = beamMinimalPackages.erlang;
};
dcnnt = python3Packages.callPackage ../servers/dcnnt { };