Commit graph

7 commits

Author SHA1 Message Date
R. RyanTM ca21d4ff44 vttest: 20200610 -> 20210210 2021-03-15 15:12:24 -04: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 5c869655f4 vttest: 20200420 -> 20200610 2020-07-11 08:34:43 +00:00
R. RyanTM bc30ca0f15 vttest: 20200303 -> 20200420 2020-05-10 23:43:23 +00:00
R. RyanTM 3193b639ff vttest: 20190710 -> 20200303 2020-03-10 03:41:13 +00:00
R. RyanTM 3147935531 vttest: 20190105 -> 20190710
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vttest/versions
2019-07-17 09:32:07 +02:00
Will Dietz 61cf43e1e1 vttest: init at 20190105 2019-03-13 17:25:01 -05:00