rabbitmq-server: migrate to the new macOS SDK (#357333)

This commit is contained in:
Emily 2024-11-24 08:31:04 +00:00 committed by GitHub
commit 3f06ef6d6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 17 deletions

View File

@ -20,9 +20,6 @@
gnused,
systemd,
glibcLocales,
AppKit,
Carbon,
Cocoa,
nixosTests,
which,
}:
@ -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"

View File

@ -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;
};