Pixi: Fix qt6-wayland dep

add qt6-wayland into `./package/rattler-build/recipe.yaml` in `run` section, and run `pixi lock`
This commit is contained in:
kkocdko
2026-01-29 19:19:38 +08:00
committed by Chris Hennes
parent 2c25b65b92
commit 44fd6754d8
3 changed files with 62 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ mesa-libgl-cos7-x86_64 = "*"
mesa-libgl-devel-cos7-x86_64 = "*"
mold = "*"
pixman-cos7-x86_64 = "*"
qt6-wayland = "*"
qt6-wayland = ">=6.8,<6.9"
sed = "*"
sysroot_linux-64 = "*"
xcb-util-cursor = "==0.1.5" ## hack to address https://github.com/FreeCAD/FreeCAD/issues/26726
@@ -132,7 +132,7 @@ mesa-libgl-devel-cos7-aarch64 = "*"
mesa-libglapi-cos7-aarch64 = "*"
mold = "*"
pixman-cos7-aarch64 = "*"
qt6-wayland = "*"
qt6-wayland = ">=6.8,<6.9"
sed = "*"
sysroot_linux-aarch64 = "*"
xcb-util-cursor = "==0.1.5" ## hack to address https://github.com/FreeCAD/FreeCAD/issues/26726