From 1a75b67cc8a8b3f58240559d4ef25a2798b955be Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Mon, 20 Jul 2026 01:52:49 +0200 Subject: [PATCH] exclude calligra due to build failure --- modules/desktop/plasma.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/desktop/plasma.nix b/modules/desktop/plasma.nix index 227f092..20a81bb 100644 --- a/modules/desktop/plasma.nix +++ b/modules/desktop/plasma.nix @@ -58,6 +58,9 @@ # Exclude audiotube due to build failure (builtins.filter (pkg: pkg.pname != "audiotube")) + # Exclude calligra due to build failure + (builtins.filter (pkg: pkg.pname != "calligra")) + # Exclude plasma-mobile (builtins.filter (pkg: pkg.pname != "plasma-mobile")) ]) ++ [