mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-28 09:44:08 -04:00
bazel: use libvirt from nix
This commit is contained in:
parent
c5acb18c2b
commit
361b409eb2
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue