bazel_0_4: mark linux only

/cc ZHF #36454

(cherry picked from commit 37a97fa8e3)
This commit is contained in:
Daiderd Jordan
2018-03-08 22:14:11 +01:00
parent bd6d6078c6
commit b31fd67d79

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