Commit graph

13 commits

Author SHA1 Message Date
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01: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
freezeboy e1798efbdb quicktemplate: unstable-2019-07-08 -> 1.6.3 2020-12-28 19:20:36 +01:00
zowoq 775ac383e6 quicktemplate: remove enableParallelBuilding = true 2020-08-17 17:13:01 +10:00
zowoq a83a88db05 buildGoPackage: remove platform.all from packages 2020-08-15 19:34:47 -07:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Okinan 44a00b3be9 quicktemplate: 2019-01-31 -> 2019-07-08 2019-08-23 01:57:18 -05:00
Okina Matara b8a7e78c61
quicktemplate: 2018-11-26 -> 2019-01-31 2019-03-23 01:19:29 -05:00
隠岐奈 2e53403aae quicktemplate: 2018-09-06 -> 2018-11-26 2018-12-06 11:40:58 -06:00
Okina Matara a8df654709
quicktemplate: 2018-04-30 -> 2018-09-06 2018-09-25 09:09:40 -05:00
Okina Matara 405e4fbea9 quicktemplate: Use fetchFromGitHub, not fetchgit 2018-08-03 10:40:38 -05:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Okina Matara c989dd512e quicktemplate: init at git-2018-04-30 2018-05-26 07:02:06 -05:00