mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
rabbitmq-server: migrate to the new macOS SDK
This commit is contained in:
parent
a80e3605e5
commit
e7e3755d35
@ -20,9 +20,6 @@
|
||||
gnused,
|
||||
systemd,
|
||||
glibcLocales,
|
||||
AppKit,
|
||||
Carbon,
|
||||
Cocoa,
|
||||
nixosTests,
|
||||
which,
|
||||
}:
|
||||
@ -62,19 +59,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"
|
||||
|
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user