Merge pull request #231892 from SuperSandro2000/mopidy-nox

mopidy: use headlessGApps wrapper, cleanup meta.description

figsoda 344ab0a8 79ed0011

Changed files
+3 -6
pkgs
applications
audio
mopidy
+3 -6
pkgs/applications/audio/mopidy/mopidy.nix
···
-
{ lib, stdenv, fetchFromGitHub, pythonPackages, wrapGAppsHook
+
{ lib, stdenv, fetchFromGitHub, pythonPackages, wrapGAppsNoGuiHook
, gst_all_1, glib-networking, gobject-introspection
}:
···
sha256 = "sha256-IUQe5WH2vsrAOgokhTNVVM3lnJXphT2xNGu27hWBLSo=";
};
-
nativeBuildInputs = [ wrapGAppsHook ];
+
nativeBuildInputs = [ wrapGAppsNoGuiHook ];
buildInputs = with gst_all_1; [
glib-networking
···
meta = with lib; {
homepage = "https://www.mopidy.com/";
-
description = ''
-
An extensible music server that plays music from local disk, Spotify,
-
SoundCloud, and more
-
'';
+
description = "An extensible music server that plays music from local disk, Spotify, SoundCloud, and more";
license = licenses.asl20;
maintainers = [ maintainers.fpletz ];
hydraPlatforms = [];