Commit graph

15 commits

Author SHA1 Message Date
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07: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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Will Dietz 6daba66152 txr: 230 -> 231
Drop header fixup, release notes indicate this was fixed.
2020-01-16 16:54:04 +00:00
Will Dietz 2dd40bf158
txr: add include to fix w/musl 2020-01-01 01:56:00 -06:00
Will Dietz 68d725d0fd
txr: 225 -> 230 2020-01-01 01:55:49 -06:00
Will Dietz 9a63273267
txr: 224 -> 225
http://www.kylheku.com/cgit/txr/tree/RELNOTES?id=txr-225
2019-09-13 21:56:37 -05:00
Will Dietz 93f7a4f8c1
txr: 220 -> 224
http://www.kylheku.com/cgit/txr/tree/RELNOTES?id=txr-224
http://www.kylheku.com/cgit/txr/tree/RELNOTES?id=txr-223
http://www.kylheku.com/cgit/txr/tree/RELNOTES?id=txr-222
http://www.kylheku.com/cgit/txr/tree/RELNOTES?id=txr-221
2019-09-03 18:52:24 -05:00
Will Dietz 0e824b58af
txr: 117 -> 220 2019-07-09 12:11:14 -05:00
Will Dietz 4affff7f3d
txr: 216 -> 217 2019-06-12 00:14:18 -05:00
Will Dietz 976264d570
txr: limit to linux for now, dunno why Darwin build is problematic 2019-06-04 01:38:47 -05:00
Will Dietz 6c834d2f9d
txr: install vim syntax support 2019-05-23 04:25:35 -05:00
Will Dietz f9dfeab02d
txr: 209 -> 216
Versions 210-215 crashed during tests,
but this one looks good! Enjoy!
2019-05-22 21:02:48 -05:00
Will Dietz b7292abc5e txr: 208 -> 209
http://www.kylheku.com/cgit/txr/tree/RELNOTES?id=txr-209
2019-02-11 12:31:49 -06:00
Will Dietz 9421c5f889 txr: init at 208
Promoting from my NUR repo.

Build w/clang as it fixes test crash for some reason.
2019-01-29 06:53:40 -06:00