1 { mkDerivation, lib, fetchFromGitLab, qtbase, qtx11extras, cmake, ninja, libcprime, libcsys }:
7 src = fetchFromGitLab {
8 owner = "cubocore/coreapps";
11 hash = "sha256-XPECvwZkJIoN/r5oFWJpgl/WASpybgLjCK/F0XVMHyU=";
27 description = "A screen capture utility from the C Suite";
28 mainProgram = "coreshot";
29 homepage = "https://gitlab.com/cubocore/coreapps/coreshot";
30 license = licenses.gpl3Plus;
31 maintainers = with maintainers; [ dan4ik605743 ];
32 platforms = platforms.linux;