| 11 Nov 2023 |
| Shyim joined the room. | 19:37:07 |
Shyim | Can amybe someone review this https://github.com/NixOS/nixpkgs/pull/266515 . the version of blackfire php probe segfaults in nixpkgs right now | 19:38:43 |
| 14 Nov 2023 |
w | Folks, I am back with my wordpress saga. Now working, serving multiple websites - (in test yet) but I've found another problem, and I am strugling with it - In case of updates, is needed to the WP to write different paths of those it is allowed. I am having troubles, with that. Has someone any walktrough for this issue ? | 14:03:16 |
Pol | Oh I just see this message now. | 14:40:20 |
Pol | Are you using the new PHP/Composer builder in nixpkgs? | 14:40:27 |
| 15 Nov 2023 |
| @grahamc:nixos.orgchanged room power levels. | 16:11:16 |
| @grahamc:nixos.org left the room. | 16:11:17 |
| NixOS Moderation Botchanged room power levels. | 18:12:12 |
w | In reply to @drupol:matrix.org Are you using the new PHP/Composer builder in nixpkgs? I guess i am not | 21:51:33 |
| 17 Nov 2023 |
Shyim | Maybe interesting for guys, a colleague wrote a twig linter in Rust. https://github.com/NixOS/nixpkgs/pull/268083 | 10:48:59 |
Pol | Nice ! | 10:52:36 |
Pol | w: Let us know how we can help. | 10:52:45 |
Gaël Reyrol | Hey Pol , about the renaming in this PR, should I also rename the derivation in php-packages ? It would break existing usage of php-spx even if it was not working ^^ | 12:08:29 |
Pol | mmmh ok fair enough | 12:14:40 |
Gaël Reyrol | What should I do then? | 14:49:34 |
Gaël Reyrol | I have a small feedback on the composerInstallInstallHook, it collects bin files from the composer.json but let's imagine there is a script for Windows (for example a bat script). The makeWrapper will fail because it is not an executable, which is normal but I can prevent some project from being packaged. | 14:53:21 |
Gaël Reyrol | * I have a small feedback on the composerInstallInstallHook, it collects bin files from the composer.json but let's imagine there is a script for Windows (for example a bat script). The makeWrapper will fail because it is not an executable, which is normal but it can prevent some project from being packaged. | 14:53:41 |
Pol | There's room for improvements indeed. | 14:57:10 |
Pol | Let's see what others are going to say | 14:57:22 |
Pol | Did you had that specific problem with a package of yours? | 14:58:00 |
Gaël Reyrol | fine :) | 14:58:05 |
Gaël Reyrol | Yep, I need to package this old garbage : https://github.com/mentionapp/Protobuf-PHP | 14:58:52 |
Gaël Reyrol | And the composer file contains a bat script in the bin : https://github.com/mentionapp/Protobuf-PHP/blob/master/composer.json#L15 | 14:59:24 |
Gaël Reyrol | I thought it could happen on other projects too | 14:59:46 |
Pol | Argh | 15:01:22 |
Pol | I guess we should exclude files ending with .bat ! :) | 15:02:02 |
Gaël Reyrol | That's what I thought 😁 | 15:05:07 |
| 18 Nov 2023 |
Gaël Reyrol |  Download Screenshot from 2023-11-18 17-09-11.png | 16:09:30 |
Gaël Reyrol | If anyone is interested, I think I managed to package FrankenPHP, here is the derivation : https://github.com/gaelreyrol/nixpkgs/commit/7c0eb86b97877fa41c5c62591cdd3bb89bfd0ff3 :D | 16:09:33 |
Pol | OMG ! I tried last month | 16:42:02 |