about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2017-11-06 12:28:53 +0800
committerGitHub <noreply@github.com>2017-11-06 12:28:53 +0800
commit9b9dacb5feebdf65e0983ce0cfbb664b4fc16d11 (patch)
treee3eea4bfdce9f795e33bee66b9b63b086d57c070 /pkgs/applications/office
parent5de891163821ba3c498f9e0121ae123059128441 (diff)
parent2902e8c5ca3869cf5fe72af7644c76f0d6bab5d9 (diff)
downloadnixlib-9b9dacb5feebdf65e0983ce0cfbb664b4fc16d11.tar
nixlib-9b9dacb5feebdf65e0983ce0cfbb664b4fc16d11.tar.gz
nixlib-9b9dacb5feebdf65e0983ce0cfbb664b4fc16d11.tar.bz2
nixlib-9b9dacb5feebdf65e0983ce0cfbb664b4fc16d11.tar.lz
nixlib-9b9dacb5feebdf65e0983ce0cfbb664b4fc16d11.tar.xz
nixlib-9b9dacb5feebdf65e0983ce0cfbb664b4fc16d11.tar.zst
nixlib-9b9dacb5feebdf65e0983ce0cfbb664b4fc16d11.zip
Merge pull request #31224 from peterhoeg/u/tds
freetds: 0.91 -> 1.00.70
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/calligra/2.nix1
1 files changed, 1 insertions, 0 deletions
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;
   };
 }