1 { mkDerivation, lib, fetchFromGitLab, qtbase, cmake, ninja, libcprime, libcsys }:
7 src = fetchFromGitLab {
8 owner = "cubocore/coreapps";
11 hash = "sha256-SyGIeoYC4bTBWZ0adOfYJpWkW3/bvFNZg5zK2MN27kA=";
26 description = "Image viewer from the C Suite";
27 mainProgram = "coreimage";
28 homepage = "https://gitlab.com/cubocore/coreapps/coreimage";
29 license = licenses.gpl3Plus;
30 maintainers = with maintainers; [ dan4ik605743 ];
31 platforms = platforms.linux;