···11 sha256 = "180mkdis15gxs79rr3f7hpwa1p6v81bybw37pzzdjnmqwqrc08a0";
12 };
1314+ patches = [
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+ ];
19+20 postPatch = ''
21 sed -i s/4775/775/ Makefile.in
22 '';