From 2902e8c5ca3869cf5fe72af7644c76f0d6bab5d9 Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Sat, 4 Nov 2017 11:51:44 +0800 Subject: [PATCH] calligra2: broken due to freetds upgrade but we already have calligra 3 --- pkgs/applications/office/calligra/2.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/office/calligra/2.nix b/pkgs/applications/office/calligra/2.nix index 76027f29a707..959a44a35c10 100644 --- a/pkgs/applications/office/calligra/2.nix +++ b/pkgs/applications/office/calligra/2.nix @@ -51,5 +51,6 @@ stdenv.mkDerivation rec { maintainers = with maintainers; [ phreedom ebzzry ]; inherit (kdelibs4.meta) platforms; license = licenses.gpl2; + broken = true; }; }