rabbitmq-server: migrate to the new macOS SDK (#357333)
This commit is contained in:
commit
3f06ef6d6f
@ -20,9 +20,6 @@
|
|||||||
gnused,
|
gnused,
|
||||||
systemd,
|
systemd,
|
||||||
glibcLocales,
|
glibcLocales,
|
||||||
AppKit,
|
|
||||||
Carbon,
|
|
||||||
Cocoa,
|
|
||||||
nixosTests,
|
nixosTests,
|
||||||
which,
|
which,
|
||||||
}:
|
}:
|
||||||
@ -64,19 +61,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"
|
||||||
|
@ -12178,7 +12178,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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user