move wayland hack to shell.nix
This commit is contained in:
parent
c90744322c
commit
08efdf6352
2
gui.py
2
gui.py
|
@ -7,8 +7,6 @@ import numpy as np
|
|||
from sipyco import pyon
|
||||
|
||||
|
||||
# env QT_QPA_PLATFORM=wayland python gui.py
|
||||
|
||||
class ParentComm:
|
||||
def __init__(self):
|
||||
self.c_rfd, self.p_wfd = os.pipe()
|
||||
|
|
Loading…
Reference in New Issue