vagrant-libvirt: init at 2.2.0

Adds a flag and a new package to build vagrant with libvirt support,
to be able to install and use the vagrant-libvirt plugin.
This commit is contained in:
Christian Albrecht
2018-11-07 17:46:57 +01:00
committed by Robin Gloster
parent 9335613995
commit 7ed92b1497
3 changed files with 31 additions and 4 deletions
@@ -0,0 +1,19 @@
{
mini_portile2 = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "0gzfmcywp1da8nzfqsql2zqi648mfnx6qwkig3cv36n9m0yy676y";
type = "gem";
};
version = "2.3.0";
};
nokogiri = {
dependencies = ["mini_portile2"];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0byyxrazkfm29ypcx5q4syrv126nvjnf7z6bqi01sqkv4llsi4qz";
type = "gem";
};
version = "1.8.5";
};
}