Add wayland protocols for pywayland build

This commit is contained in:
Celes Renata
2025-12-12 10:49:09 -08:00
parent f5e3dd60a6
commit eef73d444a
+3
View File
@@ -58,6 +58,9 @@ let
export PATH="${pkgs.cmake}/bin:${pkgs.pkg-config}/bin:$PATH"
export CMAKE_GENERATOR="Unix Makefiles"
# Set wayland protocol path for pywayland
export PKG_CONFIG_PATH="${pkgs.wayland}/lib/pkgconfig:${pkgs.wayland-protocols}/share/pkgconfig"
# Upgrade pip first
pip install --upgrade pip