Commit graph

18 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 7d4a1d8348 eternal-terminal: 6.0.11 -> 6.0.13 2020-11-23 00:28:04 +00:00
R. RyanTM c3d53b8b60 eternal-terminal: 6.0.9 -> 6.0.11 2020-08-15 15:22:14 -07:00
R. RyanTM 12566dbe3b eternal-terminal: 6.0.7 -> 6.0.9 2020-07-31 23:44:51 +00:00
R. RyanTM c522b865b9 eternal-terminal: 6.0.6 -> 6.0.7 2020-03-04 20:39:16 +00:00
R. RyanTM b756e7282d eternal-terminal: 6.0.5 -> 6.0.6 2020-02-19 19:25:51 +00:00
R. RyanTM dce4b28327 eternal-terminal: 6.0.4 -> 6.0.5 2020-01-06 01:09:54 -08:00
Jelle Besseling a25d98f399
eternal-terminal: 5.1.10 -> 6.0.4 2019-11-01 12:46:50 +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 464869a70d eternal-terminal: 5.1.9 -> 5.1.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/eternal-terminal/versions
2019-06-01 06:51:41 -07:00
qolii f83b393daa Eternal-terminal: 5.1.8 -> 5.1.9 2019-01-25 17:47:20 -08:00
xeji c970b4ef12 eternal-terminal: fix homepage url 2018-10-31 19:11:23 +01:00
qolii 30c92945a4 eternal-terminal: 5.1.7 -> 5.1.8. 2018-10-31 19:10:29 +01:00
qolii 145627391b eternal-terminal: enable darwin build. 2018-10-26 19:59:27 +03:00
qolii 2da9bb8b4d eternal-terminal: 5.1.6 -> 5.1.7. 2018-10-25 10:10:22 -07:00
Matthew Robbetts 747377a9f8 Add ninja, remove enableParallelBuilding. 2018-10-17 23:05:21 -07:00
Matthew Robbetts 70d532cf2c eternal-terminal: 4.1.2 -> 5.1.6. 2018-10-17 16:57:59 -07:00
Tuomas Tynkkynen ab5357b80d eternal-terminal: init at 4.1.2 2018-01-30 13:01:58 +02:00