aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE7
1 files changed, 7 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 666b8dfe9e..d4c0ab8db2 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -64,3 +64,10 @@ new_local_repository(
path = "./third_party/protobuf/3.0.0/",
build_file = "./third_party/protobuf/3.0.0/com_google_protobuf_java.BUILD",
)
+
+load('//tools/build_defs/pkg:apt_get.bzl', 'apt_get')
+
+apt_get(
+ name = "graphviz",
+ exports_files = ["usr/bin/dot"],
+)