3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

12 commits

Author SHA1 Message Date
R. Ryantm f148595524 mopidy-youtube: 3.5 -> 3.6 2022-07-09 06:47:58 +00:00
Fabian Affolter 9f84ed0b43
mopidy-youtube: re-enable tests 2022-03-24 20:55:32 +01:00
Tyler Langlois a4ec6f67c4 python3Packages.mopidy-youtube: 3.4 -> 3.5
Unfortunately the test suite fails on the 3.5 revision source, so although I've
kept the imports check, I've removed the rest of the tests as they simply fail
on 3.5 otherwise.
2022-02-11 11:56:31 -07:00
Fabian Affolter dabafc8ac7 mopidy-youtube: enable tests 2021-10-10 11:46:31 +02:00
Vanilla 5895ece3b9
mopidy-youtube: 3.2 -> 3.4 2021-10-03 22:16:12 +08:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
coolneng 80a22aa1e7
mopidy-youtube: 3.1 -> 3.2 2021-01-13 21:46:36 +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
Ruud van Asseldonk d4b5915dd5 mopidy-youtube: 3.0 -> 3.1 2020-07-25 10:34:25 +02:00
Nick Hu cf9ca59fbf
mopidy-youtube: 2.0.2 -> 3.0 2020-05-19 17:27:21 +01:00
Frederik Rietdijk ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Matthew Bauer 52893d5276 treewide: move "extensions" drvs to dir
This cleans up the tree for pkgs/applications somewhat. Should not
change any hashes.
2018-04-17 13:50:49 -05:00
Renamed from pkgs/applications/audio/mopidy-youtube/default.nix (Browse further)