bazel: use cryptsetup from nix

This commit is contained in:
Malte Poll 2023-11-23 17:44:31 +01:00
parent cd6e03049a
commit e0739a67f9
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
],
cgo = True,
+ cdeps = [
+ "@//rpm:cryptsetup",
+ "@//nix/cc:cryptsetup",
+ ],
importpath = "github.com/martinjungblut/go-cryptsetup",
visibility = ["//visibility:public"],

View File

@ -9,7 +9,7 @@ go_library(
],
# keep
cdeps = [
"@//rpm:cryptsetup",
"@//nix/cc:cryptsetup",
],
cgo = True,
importpath = "github.com/edgelesssys/constellation/v2/internal/cryptsetup",