From eade4033151b515b9be5477458bc15a0712080ce Mon Sep 17 00:00:00 2001 From: Kaloka Date: Sun, 17 Aug 2025 16:09:42 +0200 Subject: [PATCH] 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. --- pkgs/by-name/hi/hidviz/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/hi/hidviz/package.nix b/pkgs/by-name/hi/hidviz/package.nix index 129b1094c875..93a5d909e20d 100644 --- a/pkgs/by-name/hi/hidviz/package.nix +++ b/pkgs/by-name/hi/hidviz/package.nix @@ -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 = [