mirror of
https://github.com/celesrenata/end-4-flakes.git
synced 2026-06-05 18:29:26 -05:00
fix: add wayland lib to LIBRARY_PATH for pywayland linking
This commit is contained in:
@@ -65,6 +65,7 @@ let
|
|||||||
export PKG_CONFIG_PATH="${pkgs.wayland.dev}/lib/pkgconfig:${pkgs.wayland-protocols}/share/pkgconfig:${pkgs.wayland-scanner.dev}/lib/pkgconfig"
|
export PKG_CONFIG_PATH="${pkgs.wayland.dev}/lib/pkgconfig:${pkgs.wayland-protocols}/share/pkgconfig:${pkgs.wayland-scanner.dev}/lib/pkgconfig"
|
||||||
export WAYLAND_PROTOCOLS_DIR="${pkgs.wayland-scanner}/share/wayland"
|
export WAYLAND_PROTOCOLS_DIR="${pkgs.wayland-scanner}/share/wayland"
|
||||||
export C_INCLUDE_PATH="${pkgs.wayland.dev}/include:$C_INCLUDE_PATH"
|
export C_INCLUDE_PATH="${pkgs.wayland.dev}/include:$C_INCLUDE_PATH"
|
||||||
|
export LIBRARY_PATH="${pkgs.wayland}/lib:$LIBRARY_PATH"
|
||||||
export PATH="${pkgs.wayland-scanner}/bin:$PATH"
|
export PATH="${pkgs.wayland-scanner}/bin:$PATH"
|
||||||
|
|
||||||
# Upgrade pip first
|
# Upgrade pip first
|
||||||
|
|||||||
Reference in New Issue
Block a user