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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user