| 15 May 2026 |
Ivan Mincik (imincik) | Situation on Darwin is much worse | 05:00:00 |
Ivan Mincik (imincik) | * Situation on Darwin is much worse
QGIS is failing due to qtwebengine not building after upgrade
| 05:27:28 |
autra | mmhhh fixing laszip import in cloudcompare is easy enough ("-DLASZIP_INCLUDE_DIR=${lib.getInclude laszip}/include/laszip"), but then it chokes on a type (vector) not found. It's odd because it seems upstream is missing a "std::". Either I'm missing something, or upstream didn't really test building the release with las support | 10:02:35 |
autra | with laZ support, actually | 10:02:45 |
autra | what do you think if the geospatial team also adopts ifcopenshell? (tool to read ifc files, containing buildings information, may or may not be georeferenced) | 10:03:43 |
autra | also the martin upgrade (that you started sikmir ) seems to not be easy :-/ | 10:04:13 |
autra | ah for cloudcompare, we need https://github.com/CloudCompare/CloudCompare/commit/8e1c0562a7c19fd26ccd0c23bb05fb7c36980e0c | 10:17:44 |
autra | Adoption of ifcopenshell and cartopy https://github.com/NixOS/nixpkgs/pull/520390 | 10:48:55 |
autra | cloud compare fix https://github.com/NixOS/nixpkgs/pull/520391 | 10:54:20 |
nh2 | autra: thank you, merged! A small request for the future would be to always include name = "cloudcompare-Name-of-the-patch-here.patch"; in fetchpatches so that one can actually see in the download / nix-store -q --tree what the hell that derivation is on which something depends, but I didn't want to block the PR on that | 14:15:09 |
autra | oh you're right! sorry for missing that | 14:15:41 |
nh2 | autra: Does that need a 26.05 backport? | 15:05:28 |
autra | nh2: If I'm not mistaken, release is created from master in like 3 days, so I guess not? | 15:06:26 |
autra | but I'm not sure of tihs | 15:07:04 |
Ivan Mincik (imincik) | Great thanks for fixes @autra:trancart.eu | 19:11:47 |
| 16 May 2026 |
sikmir | https://github.com/NixOS/nixpkgs/pull/520750 | 08:31:35 |
nh2 | Makes sense then, I haven't checked the calendar yet | 20:48:43 |
nh2 | I made deterministic VLM screenshot analysis tests. I think this can help test GUI applications that are difficult to judge automatically otherwise.
Initially for cloudcompare and e57inspector.
https://github.com/NixOS/nixpkgs/pull/521089 https://discourse.nixos.org/t/llm-vlm-for-nixos-vm-test-screenshot-analysis/77487
Check it out!
| 20:50:25 |
| 17 May 2026 |
sikmir | I've managed to fix martin build https://github.com/NixOS/nixpkgs/pull/508728 | 08:30:57 |
| 26 May 2026 |
| phanirithvij changed their display name from loudgolem to phanirithvij. | 11:42:01 |
| 30 May 2026 |
sikmir | https://github.com/NixOS/nixpkgs/pull/526111 | 20:32:20 |
| 31 May 2026 |
Ivan Mincik (imincik) | Thanks, merging now. | 17:57:39 |
| 2 Jun 2026 |
autra | Btw, I've never checkedĀ : do we backport to / update regularly the packages in the current released nixos version? (so 26.05) | 16:29:52 |
phanirithvij | Normally for nixpkgs in general, yes from what I've seen so far. | 16:35:55 |
autra | yes, indeed. I was wondering if some of us were used to do it and how they'll do it. | 17:34:28 |
autra | AFAIK ryan-tm bot doesn't open MR for those patch or minor updates right? | 17:34:54 |
phanirithvij | I may have misunderstood the question but r-ryantm doesn't create backport prs, we do it via adding labels in the prs to master or staging. | 17:58:32 |
phanirithvij | We need to follow https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#changes-acceptable-for-releases | 17:59:43 |
phanirithvij | Apologies if this is not what you're talking about or if you are aware of these things already. | 18:00:50 |
Ivan Mincik (imincik) | With each new release I want to start paying more attention to backports. We should backport all patch releases if possible. | 19:59:01 |