Commit graph

32 commits

Author SHA1 Message Date
Mario Rodas 04a2b269d8 vale: 2.9.1 -> 2.10.2 2021-03-30 01:32:47 -04:00
R. RyanTM 5f8d215084 vale: 2.8.1 -> 2.9.1 2021-02-06 23:35:23 +00:00
Mario Rodas be8bcd9cdb vale: 2.6.8 -> 2.8.1 2021-01-20 04:20:00 +00: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
Bernardo Meurer 0c1a71e855
vale: 2.6.5 -> 2.6.8 2021-01-05 13:45:11 -08:00
R. RyanTM 9659da62f6 vale: 2.6.4 -> 2.6.5 2020-12-08 08:38:18 +00:00
R. RyanTM 4aa370b6b3 vale: 2.6.3 -> 2.6.4 2020-12-01 12:06:37 +00:00
R. RyanTM e4591eb1a2 vale: 2.6.2 -> 2.6.3 2020-11-27 01:00:59 +00:00
R. RyanTM ddbd25e593 vale: 2.6.1 -> 2.6.2 2020-11-22 15:12:39 +00:00
R. RyanTM bea630e606 vale: 2.5.0 -> 2.6.1 2020-11-12 09:57:10 +00:00
Mario Rodas 75b702555c vale: 2.4.3 -> 2.5.0 2020-10-25 04:20:00 +00:00
Mario Rodas 74bdceca07 vale: 2.3.4 -> 2.4.3 2020-10-17 04:20:00 +00:00
R. RyanTM b6efe9d640 vale: 2.3.3 -> 2.3.4 2020-09-07 05:38:54 +00:00
R. RyanTM 7c5ecbcde9 vale: 2.3.2 -> 2.3.3 2020-08-24 19:00:32 +00:00
Mario Rodas 82f62b2247
vale: 2.3.0 -> 2.3.2 2020-08-13 04:20:00 +00:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Mario Rodas 8659095cad
vale: 2.2.2 -> 2.3.0
https://github.com/errata-ai/vale/releases/tag/v2.3.0
2020-08-07 20:35:33 -05:00
Dmitry Bogatov 90a4f2d9ba
vale: install styles provided by upstream 2020-02-25 21:33:10 -05:00
Dmitry Bogatov 589fb6b374
vale: install documentation into $doc output 2020-02-25 20:33:33 -05:00
Dmitry Bogatov aeb3a34a91
vale: 2.0.0 -> 2.2.2
Switch from buildGoPackage to buildGoModule

According to documentation, buildGoPackage is designed for legacy Go
packages which do not support go.mod, while "vale" do support it.
2020-02-25 20:23:38 -05:00
Mario Rodas bd9a0f022e vale: 1.7.1 -> 2.0.0
Changelog: https://github.com/errata-ai/vale/releases/tag/v2.0.0
2020-02-19 15:39:43 +01:00
Mario Rodas d3116ca29d vale: use buildGoPackage 2019-09-21 04:20:00 -05:00
Will Dietz 699a3aef6c
vale: 1.4.3 -> 1.7.1, buildGoModule 2019-08-22 13:32:56 -05:00
Mario Rodas 7eb22cd46a
vale: 1.4.2 -> 1.4.3 2019-06-24 22:14:44 -05:00
Will Dietz 7eb8534c72
vale: 1.4.0 -> 1.4.2
https://github.com/errata-ai/vale/releases/tag/v1.4.2
https://github.com/errata-ai/vale/releases/tag/v1.4.1
2019-06-04 14:47:45 -05:00
Will Dietz 85fae046ef vale: 1.3.2 -> 1.4.0 2019-03-29 23:12:45 -05:00
Mario Rodas 25a57de8a9 vale: 1.3.0 -> 1.3.2 (#54922) 2019-02-24 02:25:21 +01:00
Mario Rodas d158777c62
vale: 1.2.6 -> 1.3.0 2019-01-18 07:11:25 -05:00
Mario Rodas 3a43ca1134 vale: 1.0.3 -> 1.2.6 2018-11-25 15:58:25 -05:00
Mario Rodas fd345053b3 vale: 0.11.2 -> 1.0.3 (#46780) 2018-09-17 15:28:21 +02:00
Mario Rodas 2cfda31cff vale: 0.10.1 -> 0.11.2 2018-04-26 22:20:30 -05:00
Mario Rodas bde912b48b vale: init at 0.10.1 2018-03-11 21:56:22 -05:00