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