From 304c2c58ea34bdbf1d1d7f892e0038d1531feb03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Pitucha?= Date: Fri, 24 Mar 2023 18:58:08 +1100 Subject: [PATCH] link-grammar: not broken on darwin This was marked broken in a tree-wide update some time ago. It builds and seems to start just fine now. --- pkgs/tools/text/link-grammar/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/text/link-grammar/default.nix b/pkgs/tools/text/link-grammar/default.nix index 28cd894393ee..0406c41d1a88 100644 --- a/pkgs/tools/text/link-grammar/default.nix +++ b/pkgs/tools/text/link-grammar/default.nix @@ -54,7 +54,6 @@ link-grammar = stdenv.mkDerivation rec { }; meta = with lib; { - broken = stdenv.isDarwin; description = "A Grammar Checking library"; homepage = "https://www.abisource.com/projects/link-grammar/"; changelog = "https://github.com/opencog/link-grammar/blob/link-grammar-${version}/ChangeLog";