Skip to content

Commit

Permalink
rabbitmq-server: migrate to the new macOS SDK (#357333)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy authored Nov 24, 2024
2 parents 2cbf5b1 + e7e3755 commit 3f06ef6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
23 changes: 7 additions & 16 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 @@ -64,19 +61,13 @@ stdenv.mkDerivation rec {
which
];

buildInputs =
[
erlang
elixir
libxml2
libxslt
glibcLocales
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
AppKit
Carbon
Cocoa
];
buildInputs = [
erlang
elixir
libxml2
libxslt
glibcLocales
];

outputs = [
"out"
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 @@ -12178,7 +12178,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 3f06ef6

Please sign in to comment.