view third_party/mercurial/BUILD @ 252:7a7581f040e8

[ui] Add scoped notification component Co-authored-by: Copilot <[email protected]>
author MrJuneJune <me@mrjunejune.com>
date Tue, 04 Aug 2026 11:57:16 -0700
parents c5129452493e
children
line wrap: on
line source

load(":runtime.bzl", "mercurial_runtime")

mercurial_runtime(
    name = "runtime",
    archive = "@mercurial_cp311_wheel//file",
    launcher = "hg.sh",
    target_compatible_with = [
        "@platforms//cpu:x86_64",
        "@platforms//os:linux",
    ],
    visibility = ["//visibility:public"],
)