3
0
Fork 0
forked from mirrors/nixpkgs

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.
This commit is contained in:
Stanisław Pitucha 2023-03-24 18:58:08 +11:00
parent 8be838254b
commit 304c2c58ea

View file

@ -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";