rabbitmq-server: 3.6.10 -> 3.7.8

- New dependency on 'getconf' binary for
  https://github.com/rabbitmq/rabbitmq-common/blob/3aa619e9ef81cfe6db0c776e6cd829ce234a7881/src/vm_memory_monitor.erl#L448
- New dependency on 'socat' for systemd notifications
  https://github.com/rabbitmq/rabbitmq-server/blob/4a3ee3a336bc82f2e56ec5d2292c80458ccc2974/src/rabbit.erl#L361
- elixir_1_6 for a new 'rabbitmqctl' tool
- Replace patching with providing custom PATH, as we already have some
  other things here
- Renamed package in all-packages.nix from a legacy spelling
This commit is contained in:
Alexey Lebedeff
2018-09-25 11:19:23 +02:00
committed by Profpatsch
parent ded8f28c3a
commit a6ff5865d1
3 changed files with 18 additions and 28 deletions
+3 -1
View File
@@ -13483,8 +13483,10 @@ with pkgs;
quagga = callPackage ../servers/quagga { };
rabbitmq_server = callPackage ../servers/amqp/rabbitmq-server {
rabbitmq-server = callPackage ../servers/amqp/rabbitmq-server {
inherit (darwin.apple_sdk.frameworks) AppKit Carbon Cocoa;
elixir = elixir_1_6;
erlang = erlang_nox;
};
radicale1 = callPackage ../servers/radicale/1.x.nix { };