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:
parent
8be838254b
commit
304c2c58ea
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue