3 Oct 2025 |
autra | I didn't really understand 447241 either (why we need to specify the path to geos-config by hand) | 14:45:34 |
autra | I'm just asking that for my personal culture :-) | 14:45:50 |
autra | not to question those PRs | 14:46:03 |
4 Oct 2025 |
autra | Ivan Mincik (imincik): https://github.com/imincik/nix-utils/pull/6 😉 | 13:32:47 |
Ivan Mincik (imincik) | Thank you ! You are doing great job. Will merge it later today. | 13:35:25 |
7 Oct 2025 |
sikmir | No, desktopToDarwinBundle generates .app from .desktop, and it fails on .desktop with CRLF. | 05:55:15 |
sikmir | Otherwise during cross compilation geos for build platform was used, but we need geos for host platform. | 05:59:37 |
autra | Ah yes, nativeBuildInputs should be for the host platform, that makes sense. | 09:38:42 |
autra | I guess stdenv takes the correct arch depending on when the package is added to? E.g. if you add it to buildInputs, it will "select" the target platform and not the host platform? | 09:39:47 |
autra | in this case, it's the target architecture because it's the default for a derivation argument? | 09:40:24 |
autra | For the *Inputs, I guess it's done more or less in pkgs/stend/generic/make-derivation.nix | 09:45:33 |
8 Oct 2025 |
sikmir | Yes, magic is here https://github.com/NixOS/nixpkgs/blob/0c2bca6a8b43b0fb8bc81d3b22cb90a2e3c754b5/pkgs/stdenv/generic/make-derivation.nix#L492 | 07:55:42 |
17 Oct 2025 |
autra | It's odd, geos 3.14 is still not in master. Do you guys know why staging hasn't been merged yet? | 08:38:18 |
autra | should we add this as a blocker for 25.11? | 08:38:29 |
autra | (or at least say we'd like to have it?) | 08:38:40 |
Ivan Mincik (imincik) | autra: we are just trying to progress with https://github.com/qgis/QGIS/pull/62574 . You tested that PR. What was the patch you applied based on this comment . | 09:18:00 |
Ivan Mincik (imincik) | * autra: we are just trying to progress with https://github.com/qgis/QGIS/pull/62574 . You tested that PR. What was the patch you applied based on this comment ? | 09:18:05 |
autra | Hi Ivan Mincik (imincik) I'll check as soon as I can | 17:57:07 |
20 Oct 2025 |
Ivan Mincik (imincik) | Yes, I would like to have it in 3.14. No idea why staging was not merged yet. | 04:35:35 |
autra | Ivan Mincik (imincik): about the qt6 qgis PR, I've pushed a fix for the patch here: https://github.com/autra/QGIS/tree/nix-qt6 | 12:33:29 |
autra | apparently part of the patch has already been applied | 12:33:38 |
Ivan Mincik (imincik) | Great thanks for help, I'll work on getting this merged asap ! | 12:34:54 |
autra | I'll try to build without any patch just to see | 12:41:01 |
autra | because the way the makefile is now, maybe defining the correct python env is enough | 12:41:17 |
Ivan Mincik (imincik) | ok | 12:41:28 |
autra | I'm not knowledgeable enough in cmake to be sure, | 12:41:45 |
autra | put the Python_SITEARCH var should be correctly setup by nix, right? | 12:42:03 |
Ivan Mincik (imincik) | Yes | 12:42:47 |
autra | It's currently building, which is a good sign I guess | 13:23:41 |
21 Oct 2025 |
autra | Hi Ivan Mincik (imincik) , do you know where the buildPythonPath function that is used in the qgis build is defined / documented? I can't find any definition with git grep | 15:38:35 |