···2020 # Changes the socket path from /run/spnav.sock to $XDG_RUNTIME_DIR/spnav.sock
2121 # to allow for a user service
2222 ./configure-socket-path.patch
2323+ # Changes the pidfile path from /run/spnavd.pid to $XDG_RUNTIME_DIR/spnavd.pid
2424+ # to allow for a user service
2525+ ./configure-pidfile-path.patch
2326 ];
24272528 buildInputs = [ libX11 ]