14 gobject-introspection,
15 gnome-online-accounts,
29 gsettings-desktop-schemas,
32 python3.pkgs.buildPythonApplication rec {
33 pname = "gnome-music";
39 url = "mirror://gnome/sources/gnome-music/${lib.versions.major version}/gnome-music-${version}.tar.xz";
40 hash = "sha256-o1Qjz1IgX9cDfLCpprVw9uwvHjQubiDtfn2A2NyGpyY=";
70 gsettings-desktop-schemas
82 pythonPath = with python3.pkgs; [
88 # Prevent double wrapping, let the Python wrapper use the args in preFixup.
92 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
97 # handle setup hooks better
101 updateScript = gnome.updateScript { packageName = "gnome-music"; };
105 homepage = "https://apps.gnome.org/Music/";
106 description = "Music player and management application for the GNOME desktop environment";
107 mainProgram = "gnome-music";
108 maintainers = teams.gnome.members;
109 license = licenses.gpl2Plus;
110 platforms = platforms.unix;