spaacenavd: config file in $XDG_CONFIG_HOME

This commit is contained in:
sohalt
2021-05-22 12:48:57 +02:00
committed by Gabriel Ebner
parent dfb36eed76
commit c66caa6a90
2 changed files with 66 additions and 0 deletions
+3
View File
@@ -23,6 +23,9 @@ stdenv.mkDerivation rec {
# Changes the pidfile path from /run/spnavd.pid to $XDG_RUNTIME_DIR/spnavd.pid
# to allow for a user service
./configure-pidfile-path.patch
# Changes the config file path from /etc/spnavrc to $XDG_CONFIG_HOME/spnavrc or $HOME/.config/spnavrc
# to allow for a user service
./configure-cfgfile-path.patch
];
buildInputs = [ libX11 ]