1 { mkDerivation, lib, fetchFromGitLab, qtbase, libzen, libmediainfo, zlib, cmake, ninja, libcprime, libcsys }:
7 src = fetchFromGitLab {
8 owner = "cubocore/coreapps";
11 hash = "sha256-DmvmFMttEvNnIp1zwCe0BLrMx3Wlw1U9LcJwyb4Mx9U=";
29 description = "File information tool from the C Suite";
30 mainProgram = "coreinfo";
31 homepage = "https://gitlab.com/cubocore/coreapps/coreinfo";
32 license = licenses.gpl3Plus;
33 maintainers = with maintainers; [ dan4ik605743 ];
34 platforms = platforms.linux;