Skip to content

Commit

Permalink
rabbitmq-server: migrate to the new macOS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Nov 19, 2024
1 parent a80e360 commit 68832fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions pkgs/servers/amqp/rabbitmq-server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
gnused,
systemd,
glibcLocales,
AppKit,
Carbon,
Cocoa,
nixosTests,
which,
}:
Expand Down Expand Up @@ -69,11 +66,6 @@ stdenv.mkDerivation rec {
libxml2
libxslt
glibcLocales
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
AppKit
Carbon
Cocoa
];

outputs = [
Expand Down
1 change: 0 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12240,7 +12240,6 @@ with pkgs;
qremotecontrol-server = libsForQt5.callPackage ../servers/misc/qremotecontrol-server { };

rabbitmq-server = callPackage ../servers/amqp/rabbitmq-server {
inherit (darwin.apple_sdk.frameworks) AppKit Carbon Cocoa;
erlang = erlang_26;
};

Expand Down

0 comments on commit 68832fc

Please sign in to comment.