14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
22 hash = "sha256-9crHFYVNNxJjwJojwqB8qdAGyr1Ieux9qC3m3rpIJw0=";
26 substituteInPlace libhidx/cmake_modules/Findasio.cmake --replace-fail '/usr/include/asio' '${lib.getDev asio}/include/asio'
43 homepage = "https://github.com/hidviz/hidviz";
44 description = "GUI application for in-depth analysis of USB HID class devices";
45 license = licenses.gpl3Plus;
46 platforms = platforms.linux;