From 5fae183a3114d4343c452241f1fe2b7e88e0f672 Mon Sep 17 00:00:00 2001 From: OmegaSquad82 <34405234+OmegaSquad82@users.noreply.github.com> Date: Tue, 14 Jan 2025 09:01:37 +0100 Subject: [PATCH] Explicitly install libvirt for VMM Signed-off-by: OmegaSquad82 <34405234+OmegaSquad82@users.noreply.github.com> --- recipes/configs/morepaks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/configs/morepaks.yml b/recipes/configs/morepaks.yml index e4caa28..f335be2 100644 --- a/recipes/configs/morepaks.yml +++ b/recipes/configs/morepaks.yml @@ -1,6 +1,7 @@ modules: - type: rpm-ostree install: + - libvirt - qemu - type: default-flatpaks notify: true