17 src = fetchFromGitHub {
18 owner = "jeromerobert";
21 hash = "sha256-TXMUtiPS7qRLm6cCy2ZntYrcNJ0fn6X+3o3P5u7oo08=";
24 nativeBuildInputs = [ extra-cmake-modules ];
25 buildInputs = [ kiconthemes kio kjobwidgets kxmlgui ];
27 passthru.tests.version =
30 command = "k4dirstat -platform offscreen --version &>/dev/stdout";
34 homepage = "https://github.com/jeromerobert/k4dirstat";
35 description = "Small utility program that sums up disk usage for directory trees";
36 mainProgram = "k4dirstat";
37 license = licenses.gpl2;
38 maintainers = [ maintainers.raboof ];
39 platforms = platforms.linux;