lxd: fix to include lxd-images
This commit is contained in:
parent
4ab89ab1e6
commit
d0d8828706
@ -1614,7 +1614,11 @@ let
|
|||||||
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
|
||||||
|
pkgs.python3
|
||||||
];
|
];
|
||||||
|
postInstall = ''
|
||||||
|
cp go/src/$goPackagePath/scripts/lxd-images $bin/bin
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
mapstructure = buildFromGitHub {
|
mapstructure = buildFromGitHub {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user