Ben Siraphob
|
872973d7d1
|
pkgs/servers: stdenv.lib -> lib
|
2021-01-15 14:24:03 +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 |
|
Ben Siraphob
|
683a87dbeb
|
treewide: remove periods from end of package descriptions
|
2020-10-17 08:22:31 -07:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Peter Hoeg
|
e64f741583
|
check-nwc-health: fix source URL
|
2019-10-31 12:03:59 +08:00 |
|
Peter Hoeg
|
d8807fa108
|
check-ups-health: 2.8.2.2 -> 2.8.3.3
|
2019-09-11 13:08:47 +08:00 |
|
Peter Hoeg
|
b2fb72dae3
|
check-nwc-health: 7.0.1.3 -> 7.10.0.6
|
2019-09-11 13:08:47 +08:00 |
|
Peter Hoeg
|
3ce644e683
|
check-mssql-health: 2.6.4.14 -> 2.6.4.15
|
2019-09-11 13:08:47 +08:00 |
|
Peter Hoeg
|
28abdeb448
|
glplugin: requirement for check_xx_health
|
2019-09-11 13:08:47 +08:00 |
|
volth
|
7b8fb5c06c
|
treewide: remove redundant quotes
|
2019-09-08 23:38:31 +00:00 |
|
volth
|
bb9557eb7c
|
lib.makePerlPath -> perlPackages.makePerlPath
|
2018-12-15 03:50:31 +00:00 |
|
volth
|
52f53c69ce
|
pkgs/*: remove unreferenced function arguments
|
2018-07-21 02:48:04 +00:00 |
|
Peter Hoeg
|
d5f37d1f2e
|
check-mssql-health: init at 2.6.4.14
|
2018-06-07 14:21:18 +08:00 |
|
Peter Hoeg
|
44361ea409
|
check-{ups,nwc}-health: update to release versions (#40541)
|
2018-05-15 18:23:43 +02:00 |
|
Vladimír Čunát
|
6f5d989478
|
treewide: checkMeta fixes for x86_64-linux
|
2017-12-07 07:50:47 -05:00 |
|
Peter Hoeg
|
39bf20e7a3
|
check-nwc-health and check-ups-health: init at 20170804
|
2017-08-17 15:02:38 +08:00 |
|