Commit graph

17 commits

Author SHA1 Message Date
R. RyanTM 18e1c89455 miller: 5.10.1 -> 5.10.2 2021-03-27 16:18:06 +00:00
R. RyanTM 126e8843f2 miller: 5.10.0 -> 5.10.1 2021-03-22 11:59:05 +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
R. RyanTM 93d86b89e0 miller: 5.9.1 -> 5.10.0 2020-12-01 01:48:03 +00:00
Ben Siraphob db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
R. RyanTM f36c47f26b miller: 5.9.0 -> 5.9.1 2020-09-05 07:31:19 +00:00
R. RyanTM 9a7318af21 miller: 5.8.0 -> 5.9.0 2020-08-23 06:47:12 +00:00
R. RyanTM 1126ae66eb miller: 5.7.0 -> 5.8.0 2020-08-11 07:27:59 +00:00
R. RyanTM 85d9b5b083 miller: 5.6.2 -> 5.7.0 2020-03-19 10:01:16 +00:00
Franz Pletz 5b5da3c2f2
miller: 5.5.0 -> 5.6.2 2019-09-23 15:06:30 +02:00
Maciek Starzyk 36c72f3632 miller: back to fetchFromGitHub 2019-09-03 00:42:25 +02:00
Maciek Starzyk 03d7679392 miller: 5.4.0 -> 5.5.0 2019-09-02 21:56:17 +02: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 62c860efd7 miller: 5.3.0 -> 5.4.0 (#49239)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/miller/versions
2018-10-27 07:17:58 -04:00
Maciek Starzyk a6ebc9057a miller: 5.2.2 -> 5.3.0 2018-01-07 14:06:35 +01:00
Maciek Starzyk 8bf2a0971e miller: init at 5.2.2 2017-12-29 21:55:42 +01:00