Create symlink for wayland.xml for pywayland build

This commit is contained in:
Celes Renata
2025-12-12 10:54:20 -08:00
parent eef73d444a
commit 904e9074da
+4
View File
@@ -61,6 +61,10 @@ let
# Set wayland protocol path for pywayland
export PKG_CONFIG_PATH="${pkgs.wayland}/lib/pkgconfig:${pkgs.wayland-protocols}/share/pkgconfig"
# Create symlink for wayland.xml that pywayland expects
sudo mkdir -p /usr/share/wayland
sudo ln -sf ${pkgs.wayland}/share/wayland/wayland.xml /usr/share/wayland/wayland.xml || true
# Upgrade pip first
pip install --upgrade pip