yesod-mirror/third_party/patches/rules_jsonnet_visibility.patch

14 lines
391 B
Diff
Raw Normal View History

diff --git a/jsonnet/BUILD b/jsonnet/BUILD
index 1234567..89abcdef 100644
--- a/jsonnet/BUILD
+++ b/jsonnet/BUILD
@@ -4,6 +4,8 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
exports_files(["docs.bzl", "jsonnet.bzl", "toolchain.bzl"])
+package(default_visibility = ["//visibility:public"])
+
bzl_library(
name = "bzl_srcs",
srcs = ["@bazel_tools//tools:bzl_srcs"],