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