mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Merge pull request #9552 from mayflower/fix-lxd-images
lxd: fix to include lxd-images
This commit is contained in:
commit
9da76d7d11
@ -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 New Issue
Block a user