rabbitmq_server: enable builds on darwin
This commit is contained in:
parent
ab53d469f8
commit
ca3c2b7b2a
@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.rabbitmq.com/;
|
homepage = http://www.rabbitmq.com/;
|
||||||
description = "An implementation of the AMQP messaging protocol";
|
description = "An implementation of the AMQP messaging protocol";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user