mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-13 01:44:22 -05:00
bazel: use libvirt from nix
This commit is contained in:
parent
ea0b456415
commit
05f94b4c46
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user