Commit graph

13 commits

Author SHA1 Message Date
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 37e0f11340 datamash: 1.6 -> 1.7 2020-05-04 21:15:54 -07:00
R. RyanTM 10f3643c7c datamash: 1.5 -> 1.6 2020-02-25 23:38:27 +00:00
Will Dietz d57dab74c6
datamash: 1.4 -> 1.5
https://lists.gnu.org/archive/html/info-gnu/2019-09/msg00005.html
2019-09-18 17:00:56 -05: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
Will Dietz 81e44b0930 datamash: 1.3 -> 1.4
https://lists.gnu.org/archive/html/info-gnu/2018-12/msg00014.html
2018-12-23 11:00:29 -06:00
c0bw3b 0498ccd076 Treewide: use HTTPS on GNU domains
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00
Ryan Mulligan 0724300b53 datamash: 1.2 -> 1.3
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/chqcg1al11i9hbk156k4dsn8rnigwiap-datamash-1.3/bin/datamash --help` got 0 exit code
- ran `/nix/store/chqcg1al11i9hbk156k4dsn8rnigwiap-datamash-1.3/bin/datamash --version` and found version 1.3
- ran `/nix/store/chqcg1al11i9hbk156k4dsn8rnigwiap-datamash-1.3/bin/datamash --help` and found version 1.3
- found 1.3 with grep in /nix/store/chqcg1al11i9hbk156k4dsn8rnigwiap-datamash-1.3
- directory tree listing: https://gist.github.com/0a3f8ea7a3daa6dd6ff2888a8298d6f7
2018-03-17 15:26:11 -07:00
Lancelot SIX 9061a4e759
datamash: 1.1.1 -> 1.2
See http://lists.gnu.org/archive/html/info-gnu/2017-08/msg00008.html
for release infrmation
2017-08-30 09:25:08 +02:00
Pascal Wittmann 280750c37d
datamash: 1.1.0 -> 1.1.1 2017-01-21 23:36:43 +01:00
Rahul Gopinath b27ebfa4a7 datamash: 1.0.7 -> 1.1.0 2016-06-23 07:45:59 -07:00
Pascal Wittmann 88a62b3aea datamash: 1.0.6 -> 1.0.7 2016-03-20 13:23:31 +01:00
Francesco Lazzarino 585325dc14 New: gnu datamash 2014-10-07 19:41:31 -05:00