rabbitmq-server: pin elixir_1_12
RabbitMQ does not yet support current Elixir version in nixpkgs (i.e. Elixir 1.13.1)
This commit is contained in:
parent
c1792db42d
commit
226f4817f2
1 changed files with 1 additions and 0 deletions
|
@ -21675,6 +21675,7 @@ with pkgs;
|
|||
|
||||
rabbitmq-server = callPackage ../servers/amqp/rabbitmq-server {
|
||||
inherit (darwin.apple_sdk.frameworks) AppKit Carbon Cocoa;
|
||||
elixir = elixir_1_12;
|
||||
};
|
||||
|
||||
radicale1 = callPackage ../servers/radicale/1.x.nix { };
|
||||
|
|
Loading…
Reference in a new issue