From 0000076781762ded383aa820c15e820467f199a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 14 May 2023 18:29:31 +0200 Subject: [PATCH] mopidy: use headless GApps wrapper, cleanup meta.description --- pkgs/applications/audio/mopidy/mopidy.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pkgs/applications/audio/mopidy/mopidy.nix b/pkgs/applications/audio/mopidy/mopidy.nix index 78e00655ad3e..697f5e58a55e 100644 --- a/pkgs/applications/audio/mopidy/mopidy.nix +++ b/pkgs/applications/audio/mopidy/mopidy.nix @@ -1,4 +1,4 @@ -{ lib, stdenv, fetchFromGitHub, pythonPackages, wrapGAppsHook +{ lib, stdenv, fetchFromGitHub, pythonPackages, wrapGAppsNoGuiHook , gst_all_1, glib-networking, gobject-introspection }: @@ -13,7 +13,7 @@ pythonPackages.buildPythonApplication rec { sha256 = "sha256-IUQe5WH2vsrAOgokhTNVVM3lnJXphT2xNGu27hWBLSo="; }; - nativeBuildInputs = [ wrapGAppsHook ]; + nativeBuildInputs = [ wrapGAppsNoGuiHook ]; buildInputs = with gst_all_1; [ glib-networking @@ -44,10 +44,7 @@ pythonPackages.buildPythonApplication rec { 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 = [];