Jan Tojnar
|
86ec321e63
|
link-grammar: 5.8.1 -> 5.9.1
https://github.com/opencog/link-grammar/blob/link-grammar-5.9.1/ChangeLog
Remove libz dependency since that has only been used by minisat.
Also clean up the expression.
|
2021-05-02 15:17:26 +02:00 |
|
Jan Tojnar
|
db28fc965b
|
link-grammar: Improve
- Add meta.changelog
- Correct license
- Run tests
- Add quick smoke test to passthru.tests
|
2021-01-20 10:24:43 +01:00 |
|
R. RyanTM
|
dc912f45d7
|
link-grammar: 5.8.0 -> 5.8.1
|
2021-01-19 23:58:43 +00:00 |
|
Ben Siraphob
|
d6aeae8f90
|
pkgs/tools: pkgconfig -> pkg-config (2)
|
2021-01-17 23:27:27 +07:00 |
|
Profpatsch
|
4a7f99d55d
|
treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
|
2021-01-11 10:38:22 +01:00 |
|
R. RyanTM
|
ebd985439f
|
link-grammar: 5.7.0 -> 5.8.0
|
2020-03-05 08:05:02 +00:00 |
|
R. RyanTM
|
ba22b6ec31
|
link-grammar: 5.6.2 -> 5.7.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/link-grammar/versions
|
2019-09-26 19:25:36 -07:00 |
|
volth
|
46420bbaa3
|
treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
|
2019-08-15 13:41:18 +01:00 |
|
R. RyanTM
|
2239512aa2
|
link-grammar: 5.6.1 -> 5.6.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/link-grammar/versions
|
2019-07-03 09:28:13 +02:00 |
|
R. RyanTM
|
b7b7a7df7e
|
link-grammar: 5.6.0 -> 5.6.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/link-grammar/versions
|
2019-06-01 22:08:11 -07:00 |
|
R. RyanTM
|
fe3e3892a8
|
link-grammar: 5.5.1 -> 5.6.0 (#57303)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/link-grammar/versions
|
2019-04-07 09:59:27 +00:00 |
|
Raitis Veinbahs
|
62c4a16ff1
|
link-grammar: init at 5.5.1
|
2018-10-01 13:10:33 +03:00 |
|