forked from mirrors/nixpkgs
lxd: fix to include lxd-images
This commit is contained in:
parent
4ab89ab1e6
commit
d0d8828706
|
@ -1614,7 +1614,11 @@ let
|
|||
buildInputs = [
|
||||
gettext-go websocket crypto log15 go-lxc yaml-v2 tomb protobuf pongo2
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue