Commit Graph

22 Commits

Author SHA1 Message Date
Audrey Dutcher
78e7dfd81e lesspipe: handle use of locale on FreeBSD 2024-06-16 23:59:39 -07:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Jussi Kuokkanen
ce3f586775 pkgs/tools: remove licenses.gpl2 2024-05-02 21:06:26 +02:00
Anund
2e2671126e lesspipe: validate and add script dependencies
use resholve to wrap lesspipe.sh and lesscomplete forcing external
references to be declared
2023-12-27 00:35:13 -07:00
Henri Menke
e1aa849754 lesspipe: add missing dependency on 'strings' 2023-12-24 11:30:03 +00:00
Sergei Trofimovich
9301c212cc lesspipe: 2.10 -> 2.11
Changes: https://github.com/wofr06/lesspipe/compare/v2.10...v2.11
2023-12-13 18:21:58 +00:00
R. Ryantm
9190214efa lesspipe: 2.08 -> 2.10 2023-10-09 10:52:52 +00:00
figsoda
f1ec434848 pkgs/tools/misc: remove dead code
with the help of deadnix & nil
2023-07-13 17:37:07 +03:00
R. Ryantm
015d143f0e lesspipe: 2.07 -> 2.08 2023-07-02 02:48:36 +00:00
R. Ryantm
56986b9fb6 lesspipe: 2.06 -> 2.07 2023-01-15 07:21:02 +00:00
R. Ryantm
c8f10eeffd lesspipe: 2.05 -> 2.06 2022-08-18 06:29:52 +00:00
Claudio Bley
e94f1b45ef
lesspipe: 1.85 -> 2.05 (#178581)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-01 15:31:42 +02:00
Kaz Wesley
51b7f3eac4
lesspipe: fix cross-compile (#141028)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-18 15:47:55 +02: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
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