about summary refs log tree commit diff
path: root/pkgs/applications/office/zim/default.nix
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2018-12-22 14:10:09 +0100
committerTimo Kaufmann <timokau@zoho.com>2018-12-22 14:10:09 +0100
commit1d04be420cfe8039667fd95cfc7f084a1d2dab05 (patch)
tree8aba3bcc484d37eedb26ca0a983024086d3f7829 /pkgs/applications/office/zim/default.nix
parent58452342fd49a959c0abe8310259cd3d7209e99a (diff)
zim: mark as broken for darwin
Has been broken for about a year already.
Diffstat (limited to 'pkgs/applications/office/zim/default.nix')
-rw-r--r--pkgs/applications/office/zim/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/office/zim/default.nix b/pkgs/applications/office/zim/default.nix
index 3a2569bd93c32..a3e2bdd4d1e0c 100644
--- a/pkgs/applications/office/zim/default.nix
+++ b/pkgs/applications/office/zim/default.nix
@@ -42,5 +42,6 @@ python2Packages.buildPythonApplication rec {
     homepage = http://zim-wiki.org;
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ pSub ];
+    broken = stdenv.isDarwin; # https://github.com/NixOS/nixpkgs/pull/52658#issuecomment-449565790
   };
 }