Commit graph

10 commits

Author SHA1 Message Date
foxit64 08479fc25f
remove foxit64 as maintainer (#130284)
Co-authored-by: foxit64 <foxit64@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-15 19:36:37 +02:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01: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 9a7d633b59 dstask: 0.23 -> 0.23.1 2020-11-11 03:33:26 +00:00
R. RyanTM 89507db3bc dstask: 0.22 -> 0.23 2020-10-29 13:48:13 +00:00
R. RyanTM 76a15c71b6 dstask: 0.21 -> 0.22 2020-10-24 16:13:30 +00:00
R. RyanTM adf9fe19f5 dstask: 0.20 -> 0.21 2020-09-25 05:36:08 +00:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
R. RyanTM 398807d9d0 dstask: 0.18 -> 0.20 2020-07-20 04:25:44 +00:00
Stian Lågstad 036eb89f16 dstask: init at 0.18
Thank you to: foxit64, naggie, timokau, Lassulus, 06kellyjac,
symphorien, wamserma.
2020-05-30 11:56:21 +02:00