bazel_0_4: mark linux only

/cc ZHF #36454
This commit is contained in:
Daiderd Jordan 2018-03-08 22:14:11 +01:00
parent 8e0e8e57f8
commit 37a97fa8e3
No known key found for this signature in database
GPG key ID: D02435D05B810C96

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.unix;
platforms = platforms.linux;
};
name = "bazel-${version}";