ejabberd: pin erlang to erlangR24
This commit is contained in:
parent
fee3da6847
commit
9b8d8f91db
1 changed files with 1 additions and 1 deletions
|
@ -24062,7 +24062,7 @@ with pkgs;
|
|||
etcd_3_4 = callPackage ../servers/etcd/3.4.nix { };
|
||||
etcd_3_5 = callPackage ../servers/etcd/3.5.nix { };
|
||||
|
||||
ejabberd = callPackage ../servers/xmpp/ejabberd { };
|
||||
ejabberd = callPackage ../servers/xmpp/ejabberd { erlang = erlangR24; };
|
||||
|
||||
exhibitor = callPackage ../servers/exhibitor { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue