Commit Graph

7 Commits

Author SHA1 Message Date
Martin Weinelt
fa70691c76
python3Packages.mpd2: 3.0.1 -> 3.0.2 2021-01-14 10:30:17 +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
Martin Weinelt
0a149afaa2
python3Packages.mpd2: update sha256 after 3.0.1 update 2021-01-05 22:03:08 +01:00
Jörg Thalheim
69bcf61527
python3Packages.mpd2: 1.0.0 -> 3.0.1 2020-12-25 20:56:58 +01:00
Mario Rodas
3cc3bfc4bd pythonPackages.mpd2: 0.5.5 -> 1.0.0 2019-09-06 19:06:43 +02:00
Mario Rodas
4778194f7d pythonPackages.mp2: fix PyPI name 2019-09-06 19:05:48 +02:00
Chris Ostrouchov
8edd20b7ae pythonPackages.mpd2: refactor move to python-modules 2018-10-18 11:02:23 +02:00