3
0
Fork 0
forked from mirrors/nixpkgs

rabbitmq_server: enable builds on darwin

This commit is contained in:
Jaka Hudoklin 2014-04-29 01:12:44 +02:00 committed by Bjørn Forsman
parent ab53d469f8
commit ca3c2b7b2a

View file

@ -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;
};
}