raysession: fix ray-jackpatch

ray-jackpatch.py loads main_loop.py, but that was being replaced with a
wrapper, which couldn't be loaded correctly by python. Removing the
executable bit avoids it getting wrapped.
This commit is contained in:
Toboi
2025-03-21 22:04:06 +01:00
parent 12578c0db6
commit 90d5da07f3
@@ -24,6 +24,7 @@ buildPythonApplication rec {
substituteInPlace Makefile --replace '$(DESTDIR)/' '$(DESTDIR)$(PREFIX)/'
# Do not wrap an importable module with a shell script.
chmod -x src/daemon/desktops_memory.py
chmod -x src/clients/jackpatch/main_loop.py
'';
format = "other";