markus1189 / dyalog-nixos

Run dyalog APL and RIDE on nixos
21 stars 5 forks source link

Fix HTMLRenderer #15

Closed TomaSajt closed 1 year ago

TomaSajt commented 1 year ago

This PR adds a toggle to enable/disable the HTMLRenderer interface, which was previously removed, because it always segfaulted.


This took a while to debug, as I made a mistake in an earlier commit, where I put icudtl.dat in the miscellaneous files section, whereas it was actually used by libcef. After this I used coredumpctl gdb to track down the remaining problem, which was the runtime dependency on libudev.so

I tested the simpler examples in the documentation and they seemed to work.

markus1189 commented 1 year ago

Thanks!