hidviz: fix path of internal library

Before this update, `hidviz` could not find the binary of its own
daemon process. By substituting the search path to point to the
correct location in nix store, it now can find its own daemon.
This commit is contained in:
Kaloka
2025-08-17 16:09:42 +02:00
parent 25563081d1
commit eade403315
+1
View File
@@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
preConfigure = ''
substituteInPlace libhidx/cmake_modules/Findasio.cmake --replace-fail '/usr/include/asio' '${lib.getDev asio}/include/asio'
substituteInPlace libhidx/libhidx/src/Connector.cc --replace-fail '/usr/local/libexec' "$out/libexec"
'';
nativeBuildInputs = [