| 29 Sep 2025 |
outfoxxed | for now I figure cross working is better than cross not working | 05:48:10 |
outfoxxed | qt also likes to special case things on CMAKE_CROSSBUILD (or a similar name) which is not helpful | 05:49:39 |
outfoxxed | I made the assumption that nix users cross building would prefer the package be as close as possible to a native build | 05:49:57 |
outfoxxed | they seem to assume an embedded target and dont build half the tools | 05:50:16 |
outfoxxed | and the one probably most relevant to kde, or 90% of qt packages in nixpkgs is that pyside still doesn't work | 05:53:44 |
K900 | We could skip pyside on cross | 05:54:33 |
K900 | At least for now | 05:54:51 |
outfoxxed | I tried skipping it and most of qt failed to build expecting shiboken6 | 05:55:23 |
outfoxxed | *most of kde | 05:55:28 |
outfoxxed | packages in the core dep tree for most important kde things at least | 05:55:47 |
outfoxxed | I don't know if theres a cmake flag to get around that, didn't check | 05:55:58 |