Commit graph

18 commits

Author SHA1 Message Date
figsoda 344ab0a8e3
Merge pull request #231892 from SuperSandro2000/mopidy-nox
mopidy: use headlessGApps wrapper, cleanup meta.description
2023-05-23 13:24:17 -04:00
Sandro Jäckel 0000076781
mopidy: use headless GApps wrapper, cleanup meta.description 2023-05-23 13:27:10 +02:00
Lily Foster 4f8d022f85
mopidy: add gst-plugins-rs 2023-05-15 10:28:08 -04:00
R. Ryantm 8e5192fb89 mopidy: 3.4.0 -> 3.4.1 2022-12-10 02:12:00 +00:00
R. Ryantm 8039ea1b4e mopidy: 3.3.0 -> 3.4.0 2022-11-29 09:26:10 +00:00
Lily Foster 0e4abf696b mopidy: fix pygobject issues for dependent packages 2022-08-01 15:54:34 +02:00
R. Ryantm 13ba753ad8 mopidy: 3.2.0 -> 3.3.0 2022-04-29 08:08:12 +00:00
R. RyanTM 2d205738ee mopidy: 3.1.1 -> 3.2.0 2021-08-15 09:46:16 +00:00
Robert Schütz e3efd45261 mopidy-gmusic: drop 2021-03-07 16:00:28 +01:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07: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
Mario Rodas b2859274ee mopidy: 3.1.0 -> 3.1.1 2021-01-06 17:41:04 -05:00
R. RyanTM 98a8c9f577 mopidy: 3.0.2 -> 3.1.0 2020-12-17 06:31:48 +00:00
Gabriel Ebner c9161fb11a treewide: use GST_PLUGIN_SYSTEM_PATH_1_0 instead of GST_PLUGIN_SYSTEM_PATH
When GST_PLUGIN_SYSTEM_PATH_1_0 is set, gstreamer ignores
GST_PLUGIN_SYSTEM_PATH.
2020-12-24 10:34:30 +01:00
Ruud van Asseldonk 7565d00a7c mopidy-local: init at 3.1.1
Mopidy-Local is the successor to Mopidy-Local-SQLite and
Mopidy-Local-Images, which are already packaged. I had to make
gobject-introspection a propagated build input, otherwise
Mopidy-Local can't import Mopidy.
2020-10-18 19:31:07 +02:00
Frederik Rietdijk 7ff98bd03d mopidy: use latest tornado 2020-08-29 14:33:52 +02:00
adisbladis 5340ebe085
mopidy: Create a mopidyPackages set
This is to avoid mixing python versions in the same plugin closure.
2020-04-17 12:39:03 +01:00
adisbladis 83cb22963b
mopidy: Move mopidy default.nix to mopidy.nix
This is in anticipation of a mopidyPackages set
2020-04-17 12:39:03 +01:00
Renamed from pkgs/applications/audio/mopidy/default.nix (Browse further)