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