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