xhyve: add license
This commit is contained in:
parent
5d87992126
commit
22ff32d740
@ -27,10 +27,11 @@ stdenv.mkDerivation rec {
|
|||||||
cp build/xhyve $out/bin
|
cp build/xhyve $out/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "Lightweight Virtualization on macOS Based on bhyve";
|
description = "Lightweight Virtualization on macOS Based on bhyve";
|
||||||
homepage = "https://github.com/mist64/xhyve";
|
homepage = "https://github.com/mist64/xhyve";
|
||||||
maintainers = [ lib.maintainers.lnl7 ];
|
maintainers = [ maintainers.lnl7 ];
|
||||||
platforms = lib.platforms.darwin;
|
license = licenses.bsd2;
|
||||||
|
platforms = platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user