mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
bazel: use libvirt from nix
This commit is contained in:
parent
c5acb18c2b
commit
361b409eb2
@ -96,7 +96,7 @@ go_library(
|
||||
"typedparams.go",
|
||||
],
|
||||
cdeps = [
|
||||
"@//rpm:libvirt",
|
||||
"@//nix/cc:libvirt",
|
||||
],
|
||||
cgo = True,
|
||||
importpath = "libvirt.org/go/libvirt",
|
||||
|
@ -5,7 +5,7 @@
|
||||
"typedparams.go",
|
||||
],
|
||||
+ cdeps = [
|
||||
+ "@//rpm:libvirt",
|
||||
+ "@//nix/cc:libvirt",
|
||||
+ ],
|
||||
cgo = True,
|
||||
importpath = "libvirt.org/go/libvirt",
|
||||
|
Loading…
Reference in New Issue
Block a user