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.
wip/yesman
Jan Tojnar 4 years ago
parent d63e7b5b21
commit 500ab908f2
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
  1. 3
      pkgs/desktops/gnome-3/apps/gnome-music/default.nix

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

Loading…
Cancel
Save