Allow some packages to build on darwin as well

This commit is contained in:
John Wiegley
2018-03-30 15:30:39 -07:00
parent c4e848197f
commit 80e730c9a4
5 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
description = "RabbitMQ C AMQP client library";
homepage = https://github.com/alanxz/rabbitmq-c;
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ wkennington ];
};
}