Commit graph

8 commits

Author SHA1 Message Date
Sumner Evans 73be16c314
python3Packages.mpv: 0.4.7 -> 0.5.2 (#116462) 2021-03-16 12:31:44 +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
R. RyanTM 1f709cf4ea python37Packages.mpv: 0.4.6 -> 0.4.7 2020-07-22 16:52:55 +02:00
R. RyanTM ebd51fca0b python37Packages.mpv: 0.4.5 -> 0.4.6 2020-05-23 18:57:32 +00:00
R. RyanTM f08e0598b1 python37Packages.mpv: 0.3.10 -> 0.4.5 2019-12-24 15:14:42 -08:00
R. RyanTM bdd49c0f4d python38Packages.mpv: 0.3.9 -> 0.3.10 2019-11-28 23:40:37 -08:00
Jonathan Ringer 0f85491892 python3Packages.mpv: 0.1 -> 0.3.9 2019-08-11 10:15:09 -07:00
Chris Ostrouchov b11138d594 pythonPackages.mpv: refactor move to python-modules 2018-10-18 11:02:23 +02:00