| 20 Feb 2026 |
Emma [it/its] | got it working with just a plain makeDerivation | 05:17:42 |
Emma [it/its] | hm, okay, one issue left: [WebRTC] Failed to import @spacebarchat/medooze-webrtc: /nix/store/4qi7jk6d4bx4iz5vw1ppccv8d0cmn67r-spacebar-server-ts-1.0.0-preview.20260220-052209/node_modules/@spacebarchat/medooze-media-server/build/Release/medooze-media-server.node: undefined symbol: srtp_remove_stream | 05:31:39 |
Emma [it/its] | error isnt making much sense as im not stripping or anything | 05:31:58 |
@rosssmyth:matrix.org | For easier doc finding, I do have a PR up documenting all the hooks and their parameters
https://github.com/NixOS/nixpkgs/pull/487075 | 16:09:30 |
Emma [it/its] | that's useful to know | 21:16:46 |
Emma [it/its] | in other news, currently debugging the undefined symbol thing and... even dontFixup=true; doesnt seem to fix it? | 21:17:08 |
@rosssmyth:matrix.org | do you have some code to run? | 21:48:43 |
Emma [it/its] | https://github.com/spacebarchat/server
pushed my changes, you can run the default output with WRTC_LIBRARY=@spacebarchat/medooze-webrtc
you can also build the nodeModules output and run objdump -t result/node_modules/@spacebarchat/medooze-media-server/build/Release/medooze-media-server.node | grep srtp_remove_stream
(expected output: 0000000000451b10 g F .text 000000000000005b srtp_remove_stream) | 21:54:27 |
| 21 Feb 2026 |
| h7x4 changed their profile picture. | 19:27:17 |
| h7x4 changed their profile picture. | 19:30:39 |
| h7x4 changed their profile picture. | 19:34:05 |
| Kite joined the room. | 22:42:13 |
| 22 Feb 2026 |
| Matan (ixxie) changed their display name from ixxie to ixxie (Matan). | 18:57:22 |
| 26 Feb 2026 |
| Lily Foster changed their profile picture. | 14:01:25 |
| 1 Mar 2026 |
| @dayvidpham:envs.net | 09:06:38 |
| @dayvidpham:envs.net removed their display name dayvidpham. | 09:06:50 |
| @dayvidpham:envs.net left the room. | 09:06:56 |
| 2 Mar 2026 |
| Deirdcore joined the room. | 20:38:19 |
hexa | https://github.com/NixOS/nixpkgs/issues/489959 is complete | 23:27:15 |
hexa | @dish [Fox/It/She] thanks for your persistence in this matter | 23:27:35 |
| 3 Mar 2026 |
| debtquity joined the room. | 00:22:50 |
debtquity | anybody with exp packaging next js apps able to help out here? https://discourse.nixos.org/t/buildnpmpackage-and-next-js/75814 | 00:25:53 |
| @rosssmyth:matrix.org changed their display name from rosssmyth to treefroog. | 00:40:04 |
| @rosssmyth:matrix.org removed their display name treefroog. | 00:42:23 |
dish [Fox/It/She] | In reply to @hexa:lossy.network @dish [Fox/It/She] thanks for your persistence in this matter 🫡 im glad to help, this has been a thorn in my side for several months and im so glad to finally close it out | 04:08:01 |
dish [Fox/It/She] | working on a set of PRs to delete it for good. | 22:08:15 |
dish [Fox/It/She] | https://github.com/NixOS/nixpkgs/pull/496365 | 22:28:54 |
dish [Fox/It/She] | 🙌 | 22:29:06 |
emily | there's some node2nix mentions in the docs that probably need cleaning up fwiw | 22:38:51 |
| 5 Mar 2026 |
debtquity | was able to pick up on this again, and able to move forward by splitting out the subpackages into their own npmBuildPackage modules. But now run this:
error: Cannot build '/nix/store/rz8xy8azk6rqljygb8xh0mx3hqnc19ci-internal-ui-1.52.2.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/llw47jbqbvb8zdza926ikdrsca92y37h-internal-ui-1.52.2
Last 25 log lines:
>
> vite v6.3.5 building for production...
> ✓ 0 modules transformed.
> ✗ Build failed in 3ms
> error during build:
> [typescript] [plugin typescript] @rollup/plugin-typescript: Could not find module 'tslib', which is required by this plugin. Is it installed?
man, adapting the node ecoystem to nix is quite difficult
| 06:50:17 |