3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

12 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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00: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
Will Dietz 98abe870ca purple-hangouts: 2018-03-28 -> 2018-12-02 2018-12-29 14:08:05 -06:00
Benjamin Saunders cd24ae7a1b purple-hangouts: 2017-10-08 -> 2018-03-28 (#38819) 2018-04-12 13:24:21 +02:00
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Nadrieril d149c21e2e purple-hangouts: 2016-12-22 -> 2017-10-08 2017-10-08 16:10:34 +01:00
Benjamin Saunders b02681a3d2 purple-hangouts-hg: 2016-10-01 -> 2016-12-22 2017-01-29 23:12:33 +01:00
Benjamin Saunders eaa11f3493 purple-hangouts-hg: 2016-08-31 -> 2016-10-01 2016-10-02 17:48:44 -07:00
Benjamin Saunders 673798ea15 purple-hangouts-hg: 2016-07-17 -> 2016-08-31 2016-09-17 12:05:06 -07:00
Benjamin Saunders 54b037720d purple-hangouts-hg: init at 2016-07-17 2016-07-19 21:45:48 -07:00