Commit graph

16 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
Sandro Jäckel 7a414d636e
pythonPackages.googleapis_common_protos: Cleanups 2021-01-06 21:54:24 +01:00
Frederik Rietdijk e92e73cbab python: googleapis-common-protos: 1.51.0 -> 1.52.0 2020-06-11 09:59:59 +02:00
Klaas van Schelven 3cef56f8d7 pythonPackages.googleapis-common-protos: remove vanschelven from maintainers 2020-02-26 12:13:33 -08:00
Ruud van Asseldonk 4cc354fe08 python3Packages.googleapis_common_protos: 1.6.0 -> 1.51.0 2020-02-14 11:22:09 -08:00
Frederik Rietdijk d78dc41789 python: googleapis-common-protos: 1.5.10 -> 1.6.0 2019-10-27 16:26:44 +01:00
Florian Klink df03455a63 python.pkgs.googleapis_common_protos: propagate setuptools 2019-10-16 00:03:25 +02:00
Frederik Rietdijk a63bbd6750 python: googleapis-common-protos: 1.5.9 -> 1.5.10 2019-06-15 08:44:05 +02:00
Frederik Rietdijk f426227072 python: googleapis-common-protos: 1.5.8 -> 1.5.9 2019-04-18 12:42:40 +02:00
Frederik Rietdijk edb7e8cdd9 python: googleapis-common-protos: 1.5.6 -> 1.5.8 2019-02-17 14:40:23 +01:00
Frederik Rietdijk 0c50544735 python: googleapis-common-protos: 1.5.5 -> 1.5.6 2019-01-18 09:37:07 +01:00
Frederik Rietdijk f510d522bf python: googleapis-common-protos: 1.5.3 -> 1.5.5 2018-12-03 16:50:30 +01:00
Robert Schütz 35b38b021b python.pkgs.protobuf: use 3.5 by default 2018-04-08 11:36:07 +02:00
Robin Gloster c71bcb2744
grpcio: use protobuf3_5 2018-03-24 19:37:03 +01:00
Klaas van Schelven 9cf561a90e googleapis_common_protos: init at version 1.5.3 2017-12-20 23:44:21 +01:00