libspnav: remove nonstandard patch

This commit is contained in:
Gabriel Ebner
2021-04-02 16:08:36 +02:00
parent 3a4f71d5a0
commit cc727746c6
2 changed files with 0 additions and 53 deletions
@@ -13,12 +13,6 @@ stdenv.mkDerivation rec {
buildInputs = [ libX11 ];
patches = [
# Changes the socket path from /run/spnav.sock to $XDG_RUNTIME_DIR/spnav.sock
# to allow for a user service
./configure-socket-path.patch
];
configureFlags = [ "--disable-debug"];
preInstall = ''