gnome3.gnome-music: disable strictDeps

With strictDeps, wrapGAppsHook in nativeBuildInputs does not seem to propagate librsvg, leading to the folowing warning:

(org.gnome.Music:23143): Gtk-WARNING **: 03:04:24.030: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/bullet-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.
This commit is contained in:
Jan Tojnar 2020-06-10 03:06:10 +02:00
parent d63e7b5b21
commit 500ab908f2
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -93,6 +93,9 @@ python3.pkgs.buildPythonApplication rec {
doCheck = false;
# handle setup hooks better
strictDeps = false;
passthru = {
updateScript = gnome3.updateScript {
packageName = pname;