diff --git a/pkgs/applications/audio/rhythmbox/default.nix b/pkgs/applications/audio/rhythmbox/default.nix index 4898648599c..2f35f1fe65c 100644 --- a/pkgs/applications/audio/rhythmbox/default.nix +++ b/pkgs/applications/audio/rhythmbox/default.nix @@ -10,6 +10,7 @@ , libnotify , libdmapsharing , gnome +, gobject-introspection , totem-pl-parser , tdb , json-glib @@ -65,6 +66,9 @@ in stdenv.mkDerivation rec { totem-pl-parser gnome.adwaita-icon-theme + gobject-introspection + python3.pkgs.pygobject3 + gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good @@ -83,6 +87,12 @@ in stdenv.mkDerivation rec { "--with-libsecret" ]; + preFixup = '' + gappsWrapperArgs+=( + --prefix PYTHONPATH : "${python3.pkgs.pygobject3}/${python3.sitePackages}:$out/lib/rhythmbox/plugins/" + ) + ''; + enableParallelBuilding = true; passthru = {