Unverified Commit 0a852cf2 authored by Jan Tojnar's avatar Jan Tojnar Committed by GitHub
Browse files

fix(meld): fix double wrapping (#486500)

parents 02e9fb62 8e30385e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -61,6 +61,12 @@ python3.pkgs.buildPythonApplication rec {
    patchShebangs meson_shebang_normalisation.py
  '';

  dontWrapGApps = true;

  preFixup = ''
    makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
  '';

  passthru = {
    updateScript = gnome.updateScript {
      packageName = "meld";