about summary refs log tree commit diff
path: root/pkgs/tools/misc/lesspipe
AgeCommit message (Collapse)AuthorFilesLines
2022-08-18lesspipe: 2.05 -> 2.06R. Ryantm1-2/+2
2022-07-01lesspipe: 1.85 -> 2.05 (#178581)Claudio Bley3-54/+23
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-18lesspipe: fix cross-compile (#141028)Kaz Wesley2-3/+23
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-09-05lesspipe: 1.84 -> 1.85R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-04lesspipe: 1.83 -> 1.84R. RyanTM1-2/+2
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-07-11lesspipe: 1.82 -> 1.83Will Dietz1-3/+3
2018-07-24lesspipe: fix paths via patch and substitutionsnaar2-6/+31
2018-07-23lesspipe: add dependency on ncurses; actually pull in deps and put them on pathsnaar1-2/+7
2018-07-22lesspipe: add missing dependency on 'file'snaar1-1/+1
2016-05-10lesspipe: init at 1.82Martijn Vermaat1-0/+35
lesspipe.sh is a preprocessor for less.