···20 # Changes the socket path from /run/spnav.sock to $XDG_RUNTIME_DIR/spnav.sock
21 # to allow for a user service
22 ./configure-socket-path.patch
00023 ];
2425 buildInputs = [ libX11 ]
···20 # Changes the socket path from /run/spnav.sock to $XDG_RUNTIME_DIR/spnav.sock
21 # to allow for a user service
22 ./configure-socket-path.patch
23+ # Changes the pidfile path from /run/spnavd.pid to $XDG_RUNTIME_DIR/spnavd.pid
24+ # to allow for a user service
25+ ./configure-pidfile-path.patch
26 ];
2728 buildInputs = [ libX11 ]