Skip to content

Commit

Permalink
rabbitmq-server: Use openssl_1_1 to fix config decryption
Browse files Browse the repository at this point in the history
Fixes #192499, nixosTests.rabbitmq

Reverts the openssl upgrade introduced in
0565276
  • Loading branch information
roberth authored and turion committed Sep 28, 2022
1 parent 9480b59 commit 6200d85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23864,6 +23864,7 @@ with pkgs;
rabbitmq-server = callPackage ../servers/amqp/rabbitmq-server {
inherit (darwin.apple_sdk.frameworks) AppKit Carbon Cocoa;
elixir = elixir_1_12;
erlang = erlang.override { opensslPackage = openssl_1_1; };
};

radicale2 = callPackage ../servers/radicale/2.x.nix { };
Expand Down

0 comments on commit 6200d85

Please sign in to comment.