| 5 Jan 2024 |
@faust403:matrix.org | So, static building fix it | 17:13:25 |
@qbit:tapenet.org | static build was part of the fix - trimpath was the other | 17:13:36 |
@faust403:matrix.org | trimpath removing some dirs from path ? | 17:14:57 |
@qbit:tapenet.org | ya, if you look at the binary from the failing build it has the explicit path to the vendor derectory for CosmWasm/wasmvm | 17:25:11 |
@qbit:tapenet.org | oh no, seems i am mistaken - only adding CGO_ENABLED = 0; does fix it | 17:28:20 |
@faust403:matrix.org | buildGoModule placing every binary in $out/bin ? | 17:32:16 |
@faust403:matrix.org |  Download image.png | 17:33:25 |
@faust403:matrix.org | Strange libraries | 17:33:27 |
@qbit:tapenet.org | ya, buildGoModule does TheRightThing™ | 17:35:39 |
@faust403:matrix.org | meaningful names is a good idea | 17:39:28 |
@qbit:tapenet.org | no idea what those names are about :P | 17:39:50 |
@faust403:matrix.org | ROFL | 17:42:58 |
@faust403:matrix.org | This one who starts with R building with error | 17:43:08 |
@faust403:matrix.org | I have no any idea now how to install it | 17:43:28 |
@faust403:matrix.org | ahahhaha i love go | 17:43:30 |
@faust403:matrix.org |  Download image.png | 17:43:35 |
@qbit:tapenet.org | what are you trying to install? | 17:43:45 |
@faust403:matrix.org | This package | 17:43:54 |
@faust403:matrix.org | nix-env -i . | 17:43:57 |
@qbit:tapenet.org | from nixpkgs? | 17:44:20 |
@faust403:matrix.org | No, local | 17:44:28 |
@qbit:tapenet.org | include the package derivation in your configuration.nix then | 17:44:40 |
@qbit:tapenet.org | and add it to the systempackages | 17:44:53 |
@faust403:matrix.org | you mean add it to /etc/nixos/configuration.nix ? | 17:46:10 |
@faust403:matrix.org | I didn't got it | 17:46:18 |
@faust403:matrix.org | If someone will want to install this package - this man should do the same steps? | 17:47:05 |
@qbit:tapenet.org | if you want someone else to be able to install it - upstream it to nixpkgs :P | 17:47:23 |
@faust403:matrix.org | But it installing strange deps which ones even doesn't building | 17:47:59 |
@qbit:tapenet.org | when you build it nix-build -A neutrond from in nixpkgs - then there will be a result dir that you can run it from | 17:48:04 |
@faust403:matrix.org | I think they came from buildGoModule | 17:48:10 |