rabbitmq_server: enable builds on darwin

This commit is contained in:
Jaka Hudoklin
2014-04-29 22:06:54 +02:00
committed by Bjørn Forsman
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;
};
}