waydroid-helper: add missing dependency

This commit is contained in:
BatteredBunny
2026-06-27 11:54:09 +03:00
parent bf1549d345
commit c6202049fb
@@ -21,6 +21,7 @@
libxml2,
systemd,
unzip,
vte-gtk4,
nix-update-script,
fetchpatch,
}:
@@ -83,6 +84,7 @@ python3Packages.buildPythonApplication {
libadwaita
libxml2
systemd
vte-gtk4
];
dontUseCmakeConfigure = true;