gnome.gnome-music: fix double wrapping

This commit is contained in:
Jan Tojnar 2021-10-13 20:11:08 +02:00
parent ce639ad2d5
commit c70f4c843d

View File

@ -92,6 +92,13 @@ python3.pkgs.buildPythonApplication rec {
done
'';
# Prevent double wrapping, let the Python wrapper use the args in preFixup.
dontWrapGApps = true;
preFixup = ''
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
doCheck = false;
# handle setup hooks better