Commit graph

15 commits

Author SHA1 Message Date
Mario Rodas bd8fcaea40 ttyplot: add meta.platforms 2024-02-13 04:20:00 +00:00
Mario Rodas f9d42f4f96 ttyplot: move pkg-config to nativeBuildInputs 2024-02-13 04:20:00 +00:00
R. Ryantm b925d4bbc0 ttyplot: 1.6.1 -> 1.6.2 2024-01-30 03:41:16 +00:00
lassulus 48ec5af994 ttyplot: 1.5.2 -> 1.6.1 2024-01-13 00:49:05 +01:00
R. Ryantm 6154391555 ttyplot: 1.5.1 -> 1.5.2 2023-12-09 23:01:01 +00:00
h7x4 41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
R. Ryantm 35e2f69b50 ttyplot: 1.5 -> 1.5.1 2023-11-16 02:59:41 +00:00
R. Ryantm 5885a5453a ttyplot: 1.4 -> 1.5 2023-10-21 06:24:08 +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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM fa4b0d355c ttyplot: 1.2 -> 1.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ttyplot/versions
2019-05-13 18:55:30 +09:00
Will Dietz 53cad68403 ttyplot: 1.1 -> 1.2 2019-03-29 18:04:34 -05:00
R. RyanTM daf6e55801 ttyplot: 1.0 -> 1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ttyplot/versions
2018-12-14 06:17:01 -05:00
lassulus 1758ef04e8 ttyplot: init at 1.0 2018-10-16 12:59:11 +02:00