···15 # Changes the pidfile path from /run/spnavd.pid to $XDG_RUNTIME_DIR/spnavd.pid
16 # to allow for a user service
17 ./configure-pidfile-path.patch
00018 ];
1920 postPatch = ''
···15 # Changes the pidfile path from /run/spnavd.pid to $XDG_RUNTIME_DIR/spnavd.pid
16 # to allow for a user service
17 ./configure-pidfile-path.patch
18+ # Changes the config file path from /etc/spnavrc to $XDG_CONFIG_HOME/spnavrc or $HOME/.config/spnavrc
19+ # to allow for a user service
20+ ./configure-cfgfile-path.patch
21 ];
2223 postPatch = ''