2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-21 19:44:09 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Jonas Heinrich
076a0b1eeb python3Packages.mpv: 1.0.1 -> 1.0.4 2023-08-02 15:47:49 +02:00
Alyssa Ross
8c70bfb9f2
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/libraries/librsvg/default.nix
	pkgs/development/python-modules/r2pipe/default.nix
2023-03-10 18:46:21 +00:00
Alyssa Ross
809c0ce0cd python3.pkgs.mpv: use pythonImportsCheck 2023-03-10 12:59:04 +00:00
Martin Weinelt
0215034f25 python3.pkgs: Migrate fetchers to use hash
when they already rely on SRI hashes.
2023-03-03 23:59:29 +01:00
Daniel Olsen
f69011949c python3Packages.mpv: 0.5.2 -> 1.0.1 2022-09-28 21:11:52 +02:00
Sumner Evans
73be16c314
python3Packages.mpv: 0.4.7 -> 0.5.2 () 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