1 { mkDerivation, lib, fetchFromGitLab, qtbase, cmake, ninja, libcprime, libcsys }:
7 src = fetchFromGitLab {
8 owner = "cubocore/coreapps";
11 hash = "sha256-Xir1RQG7AlO166lZq1TJssiWoSixY6EfLEjxek+9ifo=";
26 description = "File finder utility from the C Suite";
27 mainProgram = "corehunt";
28 homepage = "https://gitlab.com/cubocore/coreapps/corehunt";
29 license = licenses.gpl3Only;
30 maintainers = with maintainers; [ dan4ik605743 ];
31 platforms = platforms.linux;