22 Jun 2025 |
hexa | in fact make it a list of all relevant variables, like the composerNoDev one | 20:31:26 |
Pol | Are you willing to submit a PR for what you did there? I can submit the PR for the doc | 20:31:42 |
hexa | not currently, sorry | 20:33:18 |
hexa | I was mostly just mocking this on one case, but there are multiple, at least two 🙂 | 20:33:33 |
Pol | What's the other one? | 20:34:11 |
Pol | Going to do it now, I have a bit of time | 20:34:16 |
Pol | (seen both of them) | 20:51:48 |
Pol | https://github.com/NixOS/nixpkgs/pull/419094 | 21:00:55 |
Pol | I'll see the feedback tomorrow, not going to self merge this :D | 21:06:29 |
25 Jun 2025 |
| @neobrain:matrix.org joined the room. | 09:19:17 |
4 Jul 2025 |
Pol | I opened this: https://github.com/NixOS/nixpkgs/pull/422308 | 06:19:04 |
Pol | I'll see if I have some time to work on it tonight | 06:19:13 |
Pol | Basically, the dom extension now relies on the lexbor extension, which relies on the lexbor library | 06:19:36 |
Pol | But, the lexbor is vendored in the PHP src now... sadly. | 06:19:50 |
Pol | So I will have to check how to properly deal with that. | 06:20:00 |
| @neobrain:matrix.org left the room. | 16:49:12 |
6 Jul 2025 |
piotrkwiecinski | It seems like php uses latest commits from lexbor master | 14:29:24 |
Pol | I can't get it working yet | 18:53:59 |
Pol | But I haven't dedicated much time yet... | 18:54:10 |
Pol | I am unable to compile the lexbor extension | 19:00:59 |
piotrkwiecinski | I don't think it work the same as most other modules | 21:40:10 |
piotrkwiecinski | it's always on and is more like shared libs for other modules | 21:40:50 |
piotrkwiecinski | at least this is my initial understanding | 21:41:12 |
piotrkwiecinski | there is also new uri extension which depends on lexbor | 21:44:51 |
piotrkwiecinski | I was able to compile dom | 22:42:16 |
piotrkwiecinski | but it feels hacky | 22:42:28 |
piotrkwiecinski | https://github.com/piotrkwiecinski/nixpkgs/tree/php85 | 22:48:13 |
7 Jul 2025 |
Pol | I tried, | 04:37:27 |
Pol | but nix-build -A php85.extensions.lexbor result into an empty derivation. | 04:37:46 |
Pol | OK cherry-picked your commit, it works | 04:49:39 |