| Age | Commit message (Collapse) | Author |
|
We're not interested in the profiling, but the actual tests.
They currently log a warning, because upstream does not test them in
their CI and the lexer/parser artifacts are out of date¹.
[1] https://github.com/antlr/antlr4/issues/4041
|
|
|
|
|
|
|
|
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
|
|
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-antlr4-python3-runtime/versions
|
|
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.
While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
|
|
|