···64 # Disable check because there is no test in the source distribution
65 doCheck = false;
6600000067 passthru.updateScript = gitUpdater { rev-prefix = "${pname}-"; };
6869 meta = with lib; {
···64 # Disable check because there is no test in the source distribution
65 doCheck = false;
6667+ dontWrapGApps = true;
68+69+ preFixup = ''
70+ makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
71+ '';
72+73 passthru.updateScript = gitUpdater { rev-prefix = "${pname}-"; };
7475 meta = with lib; {