Weijia Wang
|
60607a829d
|
ncview: 2.1.8 -> 2.1.9
|
2023-10-05 08:41:49 +02:00 |
|
Weijia Wang
|
3e32871bf0
|
ncview: refactor
|
2023-10-05 08:41:49 +02:00 |
|
Sergei Trofimovich
|
791a23a00a
|
ncview: use xorg.* packages directly instead of xlibsWrapper indirection
Validated as no change in `out` output with `diffoscope`.
|
2022-11-14 19:22:59 +00: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 |
|
Ryan Mulligan
|
f91a79ecc8
|
treewide: fix config.allowAliases = false evaluation
|
2018-09-13 06:47:22 -07:00 |
|
Jonathan Mettes
|
237c956b0a
|
ncview: init at 2.1.8 (#44778)
|
2018-08-09 08:41:12 +02:00 |
|