mirror of
https://github.com/celesrenata/end-4-flakes.git
synced 2026-06-14 13:49:57 -05:00
Create symlink for wayland.xml for pywayland build
This commit is contained in:
@@ -61,6 +61,10 @@ let
|
|||||||
# Set wayland protocol path for pywayland
|
# Set wayland protocol path for pywayland
|
||||||
export PKG_CONFIG_PATH="${pkgs.wayland}/lib/pkgconfig:${pkgs.wayland-protocols}/share/pkgconfig"
|
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
|
# Upgrade pip first
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user