| 3 Mar 2025 |
K900 | @puckipedia | 14:35:27 |
K900 | One of the Lix maintainers | 14:35:45 |
K900 | And bearer of cursed Go knowledge m | 14:35:55 |
K900 | * And bearer of cursed Go knowledge | 14:36:06 |
@qbit:tapenet.org | ah, sweet | 14:39:05 |
Sandro 🐧 | the go things in there are basic :) | 23:10:17 |
| 5 Mar 2025 |
| TrungHieu joined the room. | 03:44:08 |
| @ygt:matrix.org joined the room. | 13:31:56 |
@ygt:matrix.org | Is there a recommended way to deal with projects that don't provide a go.sum when using buildGoModule? | 13:36:45 |
@ygt:matrix.org | Context: Trying to package https://github.com/deadc0de6/gocatcli | 13:40:29 |
Paul Meyer (katexochen) | I'd say clone the project, generate the go.sum file, put it beside your nix source (nixpkgs, if you are talking about a package you want to upstream), and copy it into source in postPatch. | 13:40:51 |
Paul Meyer (katexochen) | But I'd also ask upsteam to lock their dependencies, I say not having a go.sum is really bad practice for a Go project. | 13:43:33 |
@ygt:matrix.org | Thank you | 13:43:45 |
@ygt:matrix.org | Already done. I think I'll wait for their answer | 13:44:00 |
Paul Meyer (katexochen) | nadir: feel free to request my review if you open a pr against nixpkgs :) | 13:44:56 |
@ygt:matrix.org | Thank you, that's very nice. I'll do that should it come to that :) | 13:45:57 |
| 7 Mar 2025 |
kdn | any ideas? | 13:02:38 |
kdn | seems like any kind of Go tool builds forever on my machine | 15:26:20 |