Commit Graph

11 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
3525d53c2b python37Packages.gphoto2: 2.2.3 -> 2.2.4 2020-11-10 14:58:41 -08:00
R. RyanTM
cd2cea1b99 python37Packages.gphoto2: 2.2.2 -> 2.2.3 2020-10-16 10:21:08 -07:00
R. RyanTM
51ed7a044c python27Packages.gphoto2: 2.2.1 -> 2.2.2 2020-04-13 10:14:24 -07:00
R. RyanTM
dcd85d0023 python27Packages.gphoto2: 2.1.0 -> 2.2.1 2020-03-11 10:16:10 -07:00
R. RyanTM
9244aaab1f python27Packages.gphoto2: 2.0.0 -> 2.1.0 2020-02-26 22:27:55 +00:00
R. RyanTM
46194142dd python37Packages.gphoto2: 1.9.0 -> 2.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-gphoto2/versions
2019-05-01 22:13:23 -07:00
Frederik Rietdijk
543c70506f python: gphoto2: 1.8.5 -> 1.9.0 2019-02-17 14:40:23 +01:00
R. RyanTM
f72bffd94a python36Packages.gphoto2: 1.8.3 -> 1.8.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-gphoto2/versions
2018-11-09 00:15:32 -08:00
Frederik Rietdijk
60c35659bf python: gphoto2: 1.8.2 -> 1.8.3 2018-08-25 07:38:21 +02:00
Johannes Frankenau
93f4bd878f pythonPackages.gphoto2: init at 1.8.2 2018-07-14 20:42:01 +02:00