| 29 Jun 2023 |
@denbrahe:matrix.org | Your PR also works for me! Thank you very much! | 10:27:56 |
gdamjan | wait, there's fetchYarnDeps? how did I not see it before | 22:35:08 |
Lily Foster | In reply to @gdamjan:spodeli.org wait, there's fetchYarnDeps? how did I not see it before Yeah, that's actually existed longer than fetchNpmDeps | 22:37:20 |
gdamjan | that might help me bump matrix-appservice-irc, but it'd be a big refactor | 23:13:57 |
| 30 Jun 2023 |
| huantian joined the room. | 18:34:22 |
huantian | I'm having some weird build failures with my package aw-server-rust that depends on aw-webui, which is a Vue.js web app that uses buildNpmPackage to build. The build step seems to hang indefinitely on "Building for production", and I'm not sure if this is an issue with buildNpmPackage or not. https://hydra.nixos.org/job/nixpkgs/trunk/aw-server-rust.x86_64-linux seems to be broken on hydra and locally. | 18:40:30 |
Lily Foster | In reply to @huantian:huantian.dev I'm having some weird build failures with my package aw-server-rust that depends on aw-webui, which is a Vue.js web app that uses buildNpmPackage to build. The build step seems to hang indefinitely on "Building for production", and I'm not sure if this is an issue with buildNpmPackage or not. https://hydra.nixos.org/job/nixpkgs/trunk/aw-server-rust.x86_64-linux seems to be broken on hydra and locally. Can you try with npmFlags = [ "--verbose" ]; on the derivation and share build log? | 18:41:29 |
huantian | sure | 18:41:40 |
huantian | Download log.txt | 18:53:34 |
huantian | not sure if there's any useful extra info | 18:53:50 |
Lily Foster | In reply to @huantian:huantian.dev not sure if there's any useful extra info buildNpmPackage seems to have done all of its part correct. Upstream build script must be hanging? | 20:27:47 |
Lily Foster | Can you link upstream repo? | 20:27:56 |
huantian | https://github.com/ActivityWatch/aw-webui yeah it seems like it is an upstream issue | 20:28:13 |
huantian | but it was working before, and i haven't updated the source since them | 20:28:45 |
huantian | * but it was working before, and i haven't updated the source since then | 20:31:21 |
huantian | so I'm not sure what caused it to start to error | 20:35:07 |
Lily Foster | In reply to @huantian:huantian.dev so I'm not sure what caused it to start to error This seems to be a lot of build system... I'll take a look a bit later | 20:41:01 |
huantian | thanks! yeah I tried to take a deeper look at what may be causing the error but had no idea where to start | 20:50:22 |