29 url = "mirror://kde/stable/calligra/calligra-${version}.tar.xz";
30 hash = "sha256-1AH15z9PG9wLNUjqGlCwrBd4we3jCmozWUTtf72I2V8=";
51 extraNativeBuildInputs = [
56 # Recommended by the upstream packaging instructions. RELEASE_BUILD disables
57 # unmaintained components, like Braindump, from being built, and KDE_NO_DEBUG_OUTPUT
58 # is supposed to improve performance in the finished package.
60 (lib.cmakeBool "RELEASE_BUILD" true)
61 (lib.cmakeFeature "CMAKE_CXX_FLAGS" "-DKDE_NO_DEBUG_OUTPUT")
65 maintainers = with lib.maintainers; [
70 license = with lib.licenses; [
74 mainProgram = "calligralauncher";