sj-laptop: disable xen with libvirt

This commit is contained in:
steveej 2016-08-31 17:41:58 +02:00
parent 0b30d0a116
commit 05c312c630

View file

@ -46,7 +46,15 @@ in
}) })
pkgs.linuxPackages_latest pkgs.linuxPackages_latest
); );
libvirt = pkgs.libvirt.override {
xen = null;
};
libvirt-glib = pkgs.libvirt-glib.override {
xen = null;
};
}; };
allowUnfree = true; allowUnfree = true;
chromium = { chromium = {
@ -68,11 +76,6 @@ in
plugins = [ pkgs.keepass-keefox ]; plugins = [ pkgs.keepass-keefox ];
}; };
# TODO: implement support for this
# libvirt = {
# xenSupport = false;
# };
}; };
imports = imports =