prometheus-rabbitmq-exporter: fix build on Darwin

+7
+7
pkgs/servers/monitoring/prometheus/rabbitmq-exporter.nix
··· 13 13 14 14 vendorHash = "sha256-ER0vK0xYUbQT3bqUosQMFT7HBycb3U8oI4Eak72myzs="; 15 15 16 + ldflags = [ "-s" "-w" ]; 17 + 18 + checkFlags = [ 19 + # Disable flaky tests on Darwin 20 + "-skip=TestWholeApp|TestExporter" 21 + ]; 22 + 16 23 meta = with lib; { 17 24 description = "Prometheus exporter for RabbitMQ"; 18 25 homepage = "https://github.com/kbudde/rabbitmq_exporter";