bazel: use libvirt from nix

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

View File

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

View File

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