Merge pull request #9552 from mayflower/fix-lxd-images

lxd: fix to include lxd-images
This commit is contained in:
lethalman 2015-09-02 10:32:09 +02:00
commit 9da76d7d11

View File

@ -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 {