2 lib, mkDerivation, fetchFromGitHub, cmake, extra-cmake-modules,
3 zlib, boost179, libunwind, elfutils, sparsehash, zstd,
4 qtbase, kio, kitemmodels, threadweaver, kconfigwidgets, kcoreaddons, kdiagram
11 src = fetchFromGitHub {
15 sha256 = "sha256-pP+s60ERnmOctYTe/vezCg0VYzziApNY0QaF3aTccZU=";
18 nativeBuildInputs = [ cmake extra-cmake-modules ];
20 zlib boost179 libunwind elfutils sparsehash zstd
21 qtbase kio kitemmodels threadweaver kconfigwidgets kcoreaddons kdiagram
25 description = "Heap memory profiler for Linux";
26 homepage = "https://github.com/KDE/heaptrack";
27 license = licenses.lgpl21Plus;
28 maintainers = with maintainers; [ gebner ];
29 platforms = platforms.linux;