dgiagio / warp

Create self-contained single binary applications
MIT License
1.91k stars 91 forks source link

Warp executable does not launch on NixOS #64

Open ghost opened 1 year ago

ghost commented 1 year ago

Basically the .local/share/warp/packages/keenwrite.bin/static/java folder warp extracts being a normal executable. NixOS is picky about those, almost every dynamically-linked binary has to be patched to link to hard-coded paths over general ones.

Opening an issue on warp would be apt: Something as trivial as outputting an error would be welcome.