Commit graph

9 commits

Author SHA1 Message Date
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
R. RyanTM ff27ac4974 lesspipe: 1.84 -> 1.85 2020-09-05 04:00:39 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 0a02aed96c lesspipe: 1.83 -> 1.84
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lesspipe/versions
2019-08-04 11:01:28 -07:00
Will Dietz dbb5c800e2 lesspipe: 1.82 -> 1.83 2019-07-11 10:11:15 +02:00
snaar 93207805b8 lesspipe: fix paths via patch and substitution 2018-07-24 01:23:17 -04:00
snaar c6bc77d30e lesspipe: add dependency on ncurses; actually pull in deps and put them on path 2018-07-23 14:32:39 -04:00
snaar e0d5f644ac lesspipe: add missing dependency on 'file' 2018-07-22 17:03:38 -04:00
Martijn Vermaat 3ada292a67 lesspipe: init at 1.82
lesspipe.sh is a preprocessor for less.
2016-05-10 22:21:42 +02:00