bazel_0_4: build on Darwin

This commit is contained in:
Nikolay Amiantov 2017-10-19 16:37:47 +03:00
parent f11948d31e
commit 0d5ff53a15

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
description = "Build tool that builds code quickly and reliably";
license = licenses.asl20;
maintainers = with maintainers; [ cstrahan philandstuff ];
platforms = platforms.linux;
platforms = platforms.unix;
};
name = "bazel-${version}";