10 stdenv.mkDerivation (finalAttrs: {
11 pname = "project-lemonlime";
14 src = fetchFromGitHub {
15 owner = "Project-LemonLime";
16 repo = "Project_LemonLime";
17 rev = "refs/tags/${finalAttrs.version}";
18 hash = "sha256-h/aE1+ED+RkXqFcsb23rboA+Dd7kiom3XiIRqb4oYkQ=";
19 fetchSubmodules = true;
28 (lib.cmakeBool "LEMON_QT6" true)
38 description = "Lightweight evaluation system based on Lemon + LemonPlus for OI competitions";
39 homepage = "https://github.com/Project-LemonLime/Project_LemonLime";
40 changelog = "https://github.com/Project-LemonLime/Project_LemonLime/releases/tag/${finalAttrs.version}";
41 license = lib.licenses.gpl3Only;
42 maintainers = with lib.maintainers; [
46 platforms = lib.platforms.unix;
47 mainProgram = "lemon";