tree-sitter: cleanup
This commit is contained in:
parent
2c19aaabd4
commit
bee35c7b7c
@ -108,7 +108,7 @@ in rustPlatform.buildRustPackage {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/tree-sitter/tree-sitter";
|
homepage = "https://github.com/tree-sitter/tree-sitter";
|
||||||
description = "A parser generator tool and an incremental parsing library";
|
description = "A parser generator tool and an incremental parsing library";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
@ -122,10 +122,9 @@ in rustPlatform.buildRustPackage {
|
|||||||
* Robust enough to provide useful results even in the presence of syntax errors
|
* Robust enough to provide useful results even in the presence of syntax errors
|
||||||
* Dependency-free so that the runtime library (which is written in pure C) can be embedded in any application
|
* Dependency-free so that the runtime library (which is written in pure C) can be embedded in any application
|
||||||
'';
|
'';
|
||||||
license = lib.licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ Profpatsch ];
|
maintainers = with maintainers; [ Profpatsch ];
|
||||||
# Aarch has test failures with how tree-sitter compiles the generated C files
|
# Aarch has test failures with how tree-sitter compiles the generated C files
|
||||||
broken = stdenv.isAarch64;
|
broken = stdenv.isAarch64;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user