bazel: use libvirt from nix

This commit is contained in:
Malte Poll 2023-11-23 17:39:04 +01:00
parent c5acb18c2b
commit 361b409eb2
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ go_library(
"typedparams.go",
],
cdeps = [
"@//rpm:libvirt",
"@//nix/cc:libvirt",
],
cgo = True,
importpath = "libvirt.org/go/libvirt",

View File

@ -5,7 +5,7 @@
"typedparams.go",
],
+ cdeps = [
+ "@//rpm:libvirt",
+ "@//nix/cc:libvirt",
+ ],
cgo = True,
importpath = "libvirt.org/go/libvirt",