| commit | 04b6708ade95866a6c35f3d78da713ee603fc2c1 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Wed May 28 17:40:07 2025 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Wed Jun 18 21:35:04 2025 +0000 |
| tree | d15640e401efaed10283856fae56434e0767e539 | |
| parent | a6864bbc6f283898fea79d666e44a3be776410e1 [diff] |
treewide: replace libcap archive with bzlmod dependency Change-Id: I571a5e58640e567cfa1c9a6d2c5bc90d99b8fc46 Reviewed-on: https://review.monogon.dev/c/monogon/+/4231 Tested-by: Jenkins CI Reviewed-by: Jan Schär <jan@monogon.tech>
diff --git a/third_party/chrony/chrony.bzl b/third_party/chrony/chrony.bzl index afecf26..812d536 100644 --- a/third_party/chrony/chrony.bzl +++ b/third_party/chrony/chrony.bzl
@@ -153,7 +153,7 @@ deps = [ ":common", "@seccomp//:seccomp", - "@cap//:cap", + "@libcap//:libcap", ], )