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 |
|
zowoq
|
7d9c49f8e6
|
maintainers: 0x4A6F -> _0x4A6F
|
2020-08-18 07:59:44 +10:00 |
|
R. RyanTM
|
42aefde0f9
|
cwm: 6.6 -> 6.7
|
2020-05-25 10:20:57 +00:00 |
|
0x4A6F
|
4b33402d30
|
maintainers: fix 0x4A6F
|
2020-02-11 19:29:51 +01:00 |
|
R. RyanTM
|
d912d69f73
|
cwm: 6.3 -> 6.6
|
2020-01-05 23:30:16 -08:00 |
|
Michał Krzysztof Feiler
|
0b0f805882
|
cwm: added maintainer "mkf", firstly declaring in maintainer-list
(cherry picked from commit 5de195fc681a6d663769c35091ba21962180583d)
(cherry picked from commit 0838eeb0edf0f2e842c3a006de32b27c1bc3dca9)
|
2019-09-29 17:35:55 +02:00 |
|
0x4A6F
|
d8dda825a7
|
cwm: 0.5.6 -> 0.6.3
(cherry picked from commit 141f41b583b6eb9f620f04d04d6e544381761612)
|
2019-09-29 17:30:48 +02:00 |
|
volth
|
08f68313a4
|
treewide: remove redundant rec
|
2019-08-28 11:07:32 +00:00 |
|
John Ericson
|
531e4b80c9
|
misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
|
2017-09-21 15:49:53 -04:00 |
|
Peter Panaguiton
|
1b0edf40c3
|
cwm: init at 5.6, fixes #11458
|
2015-12-05 20:47:09 +01:00 |
|