nixos/spacenavd: run as user service

This commit is contained in:
sohalt
2021-05-22 12:48:12 +02:00
committed by Gabriel Ebner
parent f8ed803385
commit be01cb8b97
5 changed files with 175 additions and 2 deletions
+3
View File
@@ -17,6 +17,9 @@ stdenv.mkDerivation rec {
url = "https://github.com/FreeSpacenav/spacenavd/commit/d6a25d5c3f49b9676d039775efc8bf854737c43c.patch";
sha256 = "02pdgcvaqc20qf9hi3r73nb9ds7yk2ps9nnxaj0x9p50xjnhfg5c";
})
# Changes the socket path from /run/spnav.sock to $XDG_RUNTIME_DIR/spnav.sock
# to allow for a user service
./configure-socket-path.patch
];
buildInputs = [ libX11 ]