rabbitmq-server: migrate to the new macOS SDK

This commit is contained in:
Sander 2024-11-19 20:41:17 +04:00
parent a80e3605e5
commit e7e3755d35
No known key found for this signature in database
GPG Key ID: D1A763BC84F34603
2 changed files with 7 additions and 17 deletions

View File

@ -20,9 +20,6 @@
gnused, gnused,
systemd, systemd,
glibcLocales, glibcLocales,
AppKit,
Carbon,
Cocoa,
nixosTests, nixosTests,
which, which,
}: }:
@ -62,19 +59,13 @@ stdenv.mkDerivation rec {
which which
]; ];
buildInputs = buildInputs = [
[ erlang
erlang elixir
elixir libxml2
libxml2 libxslt
libxslt glibcLocales
glibcLocales ];
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
AppKit
Carbon
Cocoa
];
outputs = [ outputs = [
"out" "out"

View File

@ -12240,7 +12240,6 @@ with pkgs;
qremotecontrol-server = libsForQt5.callPackage ../servers/misc/qremotecontrol-server { }; qremotecontrol-server = libsForQt5.callPackage ../servers/misc/qremotecontrol-server { };
rabbitmq-server = callPackage ../servers/amqp/rabbitmq-server { rabbitmq-server = callPackage ../servers/amqp/rabbitmq-server {
inherit (darwin.apple_sdk.frameworks) AppKit Carbon Cocoa;
erlang = erlang_26; erlang = erlang_26;
}; };