From 2e2047ef863ea15922c316b65b5f7ee76deae5d7 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Mon, 14 Dec 2020 05:43:54 -0600 Subject: [PATCH] zanshin: not broken --- pkgs/applications/office/zanshin/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/office/zanshin/default.nix b/pkgs/applications/office/zanshin/default.nix index c724c239a45..843e7ec0145 100644 --- a/pkgs/applications/office/zanshin/default.nix +++ b/pkgs/applications/office/zanshin/default.nix @@ -58,6 +58,5 @@ mkDerivation rec { maintainers = with maintainers; [ zraexy ]; platforms = platforms.linux; license = licenses.gpl2Plus; - broken = true; }; }