lxd: Don't build test binary
This commit is contained in:
parent
fb61a48ebf
commit
eabf45a025
|
@ -1634,6 +1634,7 @@ let
|
||||||
owner = "lxc";
|
owner = "lxc";
|
||||||
repo = "lxd";
|
repo = "lxd";
|
||||||
sha256 = "1n7fhzl6vrn82r3cqpgqpgq5d5142rnk1cp7vig38323n2yh3749";
|
sha256 = "1n7fhzl6vrn82r3cqpgqpgq5d5142rnk1cp7vig38323n2yh3749";
|
||||||
|
excludedPackages = "test"; # Don't build the binary called test which causes conflicts
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gettext-go websocket crypto log15 go-lxc yaml-v2 tomb protobuf pongo2
|
gettext-go websocket crypto log15 go-lxc yaml-v2 tomb protobuf pongo2
|
||||||
lxd-go-systemd go-uuid tablewriter golang-petname mux go-sqlite3 goproxy
|
lxd-go-systemd go-uuid tablewriter golang-petname mux go-sqlite3 goproxy
|
||||||
|
|
Loading…
Reference in New Issue