18 , gobject-introspection
24 , brasero-unwrapped # libdvdcss is not needed for rhythmbox
32 , gst_plugins ? with gst_all_1; [ gst-plugins-good gst-plugins-ugly ]
36 stdenv.mkDerivation rec {
41 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
42 sha256 = "L21WwT/BpkxTT1AHiPtIKTbOVHs0PtkMZ94fK84M+n4=";
75 python3.pkgs.pygobject3
78 gst_all_1.gst-plugins-base
79 gst_all_1.gst-plugins-good
80 gst_all_1.gst-plugins-bad
81 gst_all_1.gst-plugins-ugly
84 libdmapsharing # for daap support
103 --prefix PYTHONPATH : "$out/lib/rhythmbox/plugins/"
108 updateScript = gnome.updateScript {
110 versionPolicy = "none";
115 homepage = "https://gitlab.gnome.org/GNOME/rhythmbox";
116 description = "Music playing application for GNOME";
117 license = licenses.gpl2Plus;
118 platforms = platforms.linux;
119 maintainers = [ maintainers.rasendubi ];