lxd: 2.0.0.rc4 -> 2.0.2
This commit is contained in:
parent
6fd8e5719b
commit
bd1e99a5ed
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "lxd-${version}";
|
name = "lxd-${version}";
|
||||||
version = "2.0.0.rc4";
|
version = "2.0.2";
|
||||||
rev = "lxd-${version}";
|
rev = "lxd-${version}";
|
||||||
|
|
||||||
goPackagePath = "github.com/lxc/lxd";
|
goPackagePath = "github.com/lxc/lxd";
|
||||||
@ -11,7 +11,7 @@ buildGoPackage rec {
|
|||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "lxc";
|
owner = "lxc";
|
||||||
repo = "lxd";
|
repo = "lxd";
|
||||||
sha256 = "1rpyyj6d38d9kmb47dcmy1x41fiacj384yx01yslsrj2l6qxcdjn";
|
sha256 = "1rs9g1snjymg6pjz5bj77zk5wbs0w8xmrfxzqs32w6zr1dxhf9hs";
|
||||||
};
|
};
|
||||||
|
|
||||||
goDeps = ./deps.json;
|
goDeps = ./deps.json;
|
||||||
@ -19,10 +19,6 @@ buildGoPackage rec {
|
|||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ lxc ];
|
buildInputs = [ lxc ];
|
||||||
|
|
||||||
postInstall = ''
|
|
||||||
cp go/src/$goPackagePath/scripts/lxd-images $bin/bin
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Daemon based on liblxc offering a REST API to manage containers";
|
description = "Daemon based on liblxc offering a REST API to manage containers";
|
||||||
homepage = https://github.com/lxc/lxd;
|
homepage = https://github.com/lxc/lxd;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user