···13131414 buildInputs = [ libX11 ];
15151616- patches = [
1717- # Changes the socket path from /run/spnav.sock to $XDG_RUNTIME_DIR/spnav.sock
1818- # to allow for a user service
1919- ./configure-socket-path.patch
2020- ];
2121-2216 configureFlags = [ "--disable-debug"];
23172418 meta = with lib; {