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 |
|
Mario Rodas
|
1c9458a485
|
nvchecker: 2.1 -> 2.2
|
2020-11-03 04:20:00 +00:00 |
|
Mario Rodas
|
450f15966e
|
nvchecker: install manpage
|
2020-10-10 00:29:29 -05:00 |
|
Mario Rodas
|
fc64051add
|
nvchecker: 2.0 -> 2.1
|
2020-10-05 20:00:00 -05:00 |
|
Mario Rodas
|
5ef24845d8
|
nvchecker: 1.7 -> 2.0
|
2020-10-01 04:20:00 +00:00 |
|
Mario Rodas
|
3bc6f9a413
|
python38Packages.nvchecker: 1.6.post1 -> 1.7
|
2020-07-27 04:20:00 -05:00 |
|
Frederik Rietdijk
|
6f3266fff7
|
python: nvchecker: 1.5 -> 1.6.post1
|
2020-06-11 10:00:16 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Mario Rodas
|
c855dceacf
|
python3Packages.nvchecker: 1.4.4 -> 1.5
|
2019-11-04 21:29:11 -08:00 |
|
Mario Rodas
|
a6426d5c05
|
pythonPackages.nvchecker: 1.4.3 -> 1.4.4
|
2019-07-07 16:20:00 -05:00 |
|
R. RyanTM
|
f410d610d1
|
python37Packages.nvchecker: 1.3 -> 1.4.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-nvchecker/versions
|
2019-04-02 08:50:46 -07:00 |
|
R. RyanTM
|
80ceb35158
|
python37Packages.nvchecker: 1.2.7 -> 1.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-nvchecker/versions
|
2018-12-24 11:46:37 -08:00 |
|
Mario Rodas
|
50001295d5
|
pythonPackages.nvchecker: 1.1 -> 1.2.7
|
2018-11-25 15:49:04 -05:00 |
|
Mario Rodas
|
d03f4390ad
|
pythonPackages.nvchecker: init at 1.1
|
2018-10-14 12:54:57 -05:00 |
|