From 4eec40e0bbb82e31c612d421ebe49bca4d8aaa19 Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Fri, 8 May 2026 16:04:57 -0700 Subject: [PATCH] fix: add wayland lib to LIBRARY_PATH for pywayland linking --- modules/python-environment.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/python-environment.nix b/modules/python-environment.nix index 71bcc19..be3aa97 100644 --- a/modules/python-environment.nix +++ b/modules/python-environment.nix @@ -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 WAYLAND_PROTOCOLS_DIR="${pkgs.wayland-scanner}/share/wayland" 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" # Upgrade pip first